We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df27f71 commit 786a6a9Copy full SHA for 786a6a9
codeql_bundle/helpers/bundle.py
@@ -124,7 +124,7 @@ def is_candidate(pack: ResolvedCodeQLPack) -> bool:
124
if pack.get_scope() != "codeql":
125
return False
126
# Here we assume that all our standard library, library packs have the scope 'codeql' and name '{lang}-all'
127
- # with '{lang}' being one the CodeQL supported languages.
+ # with '{lang}' being one of the CodeQL supported languages.
128
return pack.get_pack_name().endswith("-all")
129
130
resolved_dependencies = [
0 commit comments