Skip to content

Commit

Permalink
Disable Strict Concurrency for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Mar 9, 2024
1 parent 86105a5 commit a9e0153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ swift_library(
srcs = glob(
["Source/SwiftLintFramework/**/*.swift"],
),
copts = copts + strict_concurrency_copts,
copts = copts, # TODO: strict_concurrency_copts
module_name = "SwiftLintFramework",
visibility = ["//visibility:public"],
deps = [
Expand Down

0 comments on commit a9e0153

Please sign in to comment.