Skip to content

Commit 7f1aafb

Browse files
authored
Merge pull request #663 from knewbury01/knewbury01/fix-handbook
Update development handbook
2 parents 28c0fed + 40c546f commit 7f1aafb

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/development_handbook.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
| 0.31.0 | 2024-02-23 | Remco Vermeulen | Clarify the required use of Python version 3.9 |
4242
| 0.32.0 | 2024-05-01 | Luke Cartey | Refer to the user manual for the list of supported standards. |
4343
| 0.33.0 | 2024-07-30 | Kristen Newbury | Remove out dated references to codeql modules directory usage. |
44+
| 0.34.0 | 2024-08-22 | Kristen Newbury | Remove out dated references to git submodules usage. |
4445

4546
## Scope of work
4647

@@ -735,14 +736,3 @@ codeql test run --show-extractor-output \
735736
# The actual output can be accepted via codeql test accept (which moves some files):
736737
codeql test accept \
737738
cpp/cert/test/rules/EXP52-CPP/DoNotRelyOnSideEffectsInDeclTypeOperand.qlref
738-
739-
740-
```
741-
742-
### Troubleshooting: Unrecoverable mismatch between extractor and library dbschemes
743-
744-
The following error could be indicative of the Git submodule *codeql-coding-standards/github_modules* being out-of-date:
745-
746-
>Could not upgrade the dataset in /path/to/codeql-coding-standards/cpp/autosar/test/rules/...: Unrecoverable mismatch between extractor and library dbschemes.
747-
748-
To resolve the problem, update the submodule by executing `git submodule update`.

0 commit comments

Comments
 (0)