Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Jul 13, 2022
1 parent 73ac82c commit c921864
Show file tree
Hide file tree
Showing 135 changed files with 3,186 additions and 214 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-scanning-pack-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
PATH=$PATH:$CODEQL_HOME/codeql
pip install -r scripts/requirements.txt
find rule_packages/cpp -name '*.json' -exec basename {} .json \; | xargs --max-procs "$XARGS_MAX_PROCS" --max-args 1 python3 scripts/generate_rules/generate_package_files.py -a cpp
find rule_packages/c -name '*.json' -exec basename {} .json \; | xargs --max-procs "$XARGS_MAX_PROCS" --max-args 1 python3 scripts/generate_rules/generate_package_files.py -a c
find rule_packages/c -name '*.json' -exec basename {} .json \; | xargs --max-procs "$XARGS_MAX_PROCS" --max-args 1 python3 scripts/generate_rules/generate_package_files.py --skip-shared-test-generation -a c
echo "Generating help markdown file for cert"
$CODEQL_LATEST_HOME/codeql/codeql generate query-help -vvv --format=markdown -o cpp/cert/src/ cpp/cert/src/rules
Expand Down
12 changes: 11 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@
"Expressions",
"Freed",
"Functions",
"IO",
"IO1",
"IO2",
"IO3",
"Includes",
"Initialization",
"IntegerConversion",
Expand All @@ -205,9 +207,17 @@
"Strings",
"Strings1",
"Strings2",
"Strings3",
"Syntax",
"Templates",
"TypeRanges",
"Lambdas",
"Pointers",
"Preprocessor1",
"Preprocessor2",
"IntegerConversion",
"Expressions",
"DeadCode"
"VirtualFunctions"
]
},
Expand Down
2 changes: 1 addition & 1 deletion c/cert/src/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cert-c-coding-standards
version: 2.3.0
version: 2.4.0
suites: codeql-suites
libraryPathDependencies: common-c-coding-standards

0 comments on commit c921864

Please sign in to comment.