Skip to content

Commit cb0e452

Browse files
committed
Update development handbook
1 parent a1a5cab commit cb0e452

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docs/development_handbook.md

+2-9
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

@@ -737,12 +738,4 @@ codeql test accept \
737738
cpp/cert/test/rules/EXP52-CPP/DoNotRelyOnSideEffectsInDeclTypeOperand.qlref
738739

739740

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`.
741+
```

0 commit comments

Comments
 (0)