Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External flow: standardize empty.model.yml #16392

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
extensions:
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about an undefined extensionals.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove 'an'?

- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,4 +16,4 @@ extensions:
- addsTo:
pack: codeql/java-all
extensible: neutralModel
data: []
data: []
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading