File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
| 0.22.0 | 2022-07-05 | Remco Vermeulen | Update section ` Generation of query templates from rule specifications ` to include external help files. |
31
31
| 0.23.0 | 2022-07-05 | Remco Vermeulen | Update text to consider both the C++ and the C standards. |
32
32
| 0.24.0 | 2022-07-05 | Remco Vermeulen | Update release process to include steps for external help files. |
33
+ | 0.25.0 | 2022-08-10 | Remco Vermeulen | Address incorrect package file generation command. This was missing the required language argument. |
33
34
34
35
## Scope of work
35
36
@@ -261,13 +262,13 @@ Ensure that the repository [codeql-coding-standards-help](https://github.com/git
261
262
To generate the rule package files, run the following script from the root of the repository:
262
263
263
264
```
264
- python3.9 scripts/generate_rules/generate_package_files.py <rule_package_name>
265
+ python3.9 scripts/generate_rules/generate_package_files.py <language> < rule_package_name>
265
266
```
266
267
267
268
If the repository [codeql-coding-standards-help](https://github.com/github/codeql-coding-standards-help) is not cloned as a sibling, then run the script as follows:
268
269
269
270
```
270
- python3.9 scripts/generate_rules/generate_package_files.py --external-help-dir <codeql_coding_standards_help_path> <rule_package_name>
271
+ python3.9 scripts/generate_rules/generate_package_files.py --external-help-dir <codeql_coding_standards_help_path> <language> < rule_package_name>
271
272
```
272
273
273
274
After running this script, the following files will be generated in the `<lang>/<standard>/src/rules/<rule-id>/` directory:
You can’t perform that action at this time.
0 commit comments