Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b205ff

Browse files
redsun82criemen
andauthored
Apply suggestions from code review
Co-authored-by: Cornelius Riemenschneider <[email protected]>
1 parent 11729aa commit 4b205ff

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

java/kotlin-extractor/BUILD.bazel

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ bazel build //java/kotlin-extractor:codeql-extractor-kotlin-<variant>-<version>
66
```
77
where `<variant>` is either `standalone` or `embeddable`, and `<version>` is one of the supported versions.
88
9-
For the moment both variants where tested by replacing them into `target/intree/codeql-java` and running one relevant integration test.
109
1110
```
1211
bazel build //java/kotlin-extractor
@@ -23,7 +22,7 @@ If `kotlinc` is updated, bazel won't be aware of it and will therefore keep the
2322
* `CODEQL_KOTLIN_SINGLE_VERSION= bazel build //java/kotlin-extractor`
2423
"""
2524

26-
# notice that this file is used in the `@codeql_koblin_embeddable` external repo, which means we need to
25+
# This file is used in the `@codeql_kotlin_embeddable` external repo, which means we need to
2726
# reference explicitly @codeql
2827
load(
2928
"@codeql//java/kotlin-extractor:versions.bzl",
@@ -143,7 +142,7 @@ _resources = [
143142
]
144143

145144
# default aliases, based on the kotlinc version installed on the host
146-
# * default version can be overridden with env variableCODEQL_KOTLIN_SINGLE_VERSION
145+
# * default version can be overridden with env variable CODEQL_KOTLIN_SINGLE_VERSION
147146
# * setting CODEQL_KOTLIN_SINGLE_VERSION_EMBEDDABLE=true overrides the default variant
148147
# * when a new kotlinc version is installed, you'll need to either `bazel clean` or
149148
# `bazel fetch --force @codeql_kotlin_defaults//:all` to refresh the default

0 commit comments

Comments
 (0)