-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1973 from nasa/devel: v3.2.0
- Loading branch information
Showing
873 changed files
with
21,753 additions
and
19,765 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
BasedOnStyle: Chromium | ||
IndentWidth: 4 | ||
ColumnLimit: 120 | ||
AccessModifierOffset: -2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: "CodeQL JPL Coding Standard - Errors and Warnings" | ||
|
||
disable-default-queries: true | ||
|
||
packs: | ||
# Source of the query pack is https://github.com/github/codeql/tree/main/cpp/ql/src/JPL_C | ||
- codeql/cpp-queries:JPL_C | ||
|
||
query-filters: | ||
- exclude: | ||
problem.severity: | ||
- recommendation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: "CodeQL JPL Coding Standard - Recommendations 1 of 2" | ||
|
||
disable-default-queries: true | ||
|
||
packs: | ||
# Source of the query pack is https://github.com/github/codeql/tree/main/cpp/ql/src/JPL_C | ||
- codeql/cpp-queries:JPL_C | ||
|
||
query-filters: | ||
- exclude: | ||
problem.severity: | ||
- error | ||
- warning | ||
# We are excluding the following query because it overflows the limit of | ||
# 5000 results that the SARIF upload can handle | ||
# This sole query is ran in jpl-standard-pack-3.yml | ||
# https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github#uploading-a-code-scanning-analysis-with-github-actions | ||
- exclude: | ||
id: | ||
- cpp/jpl-c/basic-int-types |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: "CodeQL JPL Coding Standard - Recommendations 2 of 2" | ||
|
||
disable-default-queries: true | ||
|
||
packs: | ||
# Source of the query pack is https://github.com/github/codeql/tree/main/cpp/ql/src/JPL_C | ||
- codeql/cpp-queries:JPL_C | ||
|
||
query-filters: | ||
# This will ONLY include the following query | ||
- include: | ||
id: | ||
- cpp/jpl-c/basic-int-types |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: "CodeQL security and quality" | ||
|
||
queries: | ||
- uses: security-and-quality | ||
|
||
query-filters: | ||
- include: | ||
id: cpp/incorrect-not-operator-usage | ||
- include: | ||
tags contain: correctness | ||
- include: | ||
tags contain: reliability | ||
|
||
paths-ignore: | ||
- docs/ | ||
- cmake/docs/ | ||
- cmake/test/ | ||
- Autocoders/Python/src/fprime_ac/utils/DiffAndRename.py | ||
- Autocoders/Python/src/fprime_ac/utils/pyparsing.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
github | ||
https | ||
ssh | ||
ubuntu | ||
workaround | ||
workarounds |
Oops, something went wrong.