Standardise comment explaining why extensible predicates must be defined

This commit is contained in:
Owen Mansel-Chan
2024-05-01 22:00:01 +01:00
parent 09e59ccf44
commit 16dcc0969b
7 changed files with 15 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
extensions:
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel

View File

@@ -1,5 +1,6 @@
extensions:
# Make sure that the extensible model predicates are at least defined as empty.
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
- addsTo:
pack: codeql/go-all
extensible: sourceModel

View File

@@ -1,5 +1,6 @@
extensions:
# Make sure that the extensible model predicates are at least defined as empty.
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
- addsTo:
pack: codeql/java-all
extensible: sourceModel

View File

@@ -1,6 +1,6 @@
# Define the extensible prediactes related to experimental queries
# to at least be empty.
extensions:
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
- addsTo:
pack: codeql/java-all
extensible: experimentalSourceModel

View File

@@ -1,5 +1,6 @@
extensions:
# Contribute empty data sets to avoid errors about an undefined extensionals
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
- addsTo:
pack: codeql/javascript-all
extensible: sourceModel

View File

@@ -1,5 +1,6 @@
extensions:
# Contribute empty data sets to avoid errors about an undefined extensionals
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
- addsTo:
pack: codeql/python-all
extensible: sourceModel

View File

@@ -1,5 +1,6 @@
extensions:
# Contribute empty data sets to avoid errors about an undefined extensionals
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
- addsTo:
pack: codeql/ruby-all
extensible: sourceModel