mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
KE2: Add warnings-as-error to build system, but commented out for now
Once we get closer to completion, it will be useful to have this on.
This commit is contained in:
@@ -10,6 +10,8 @@ kt_javac_options(
|
||||
kt_kotlinc_options(
|
||||
name = "kotlinc-options",
|
||||
x_context_receivers = True,
|
||||
# TODO:
|
||||
# warn = "error",
|
||||
# if needed, see https://bazelbuild.github.io/rules_kotlin/kotlin.html#kt_kotlinc_options for available options
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user