File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Original file line number Diff line number Diff line change 17
17
| 0.9.0 | 2022-02-17 | Remco Vermeulen | Finalize scope deviation records |
18
18
| 0.10.0 | 2022-02-28 | Remco Vermeulen | Describe database correctness in the Hazard and Risk Analysis (HARA). |
19
19
| 0.11.0 | 2022-02-28 | Remco Vermeulen | Updated version to 1.1.0 |
20
+ | 0.12.0 | 2022-11-03 | Remco Vermeulen | Add missing deviation analysis report tables to section 'Producing an analysis report'. |
20
21
21
22
## Release information
22
23
@@ -206,6 +207,21 @@ This will produce a directory (`<output_directory>`) containing the following re
206
207
- A textual justification of the deviation.
207
208
- A textual description of background information.
208
209
- A textual description of the requirements which must be satisfied to use the deviation.
210
+ - A table of invalid deviation records for which we list:
211
+ - The location of the invalid deviation record in the database.
212
+ - The reason why it is considered invalid.
213
+ - A table of deviation permits for which we list:
214
+ - An identifier that identifies the permit.
215
+ - An identifier for the coding standards rule the deviation applies to.
216
+ - The query identifier that implements the guideline.
217
+ - An inferred scope that shows the files or code-identifier the deviation is applied to.
218
+ - A textual description of the scope when the deviation can be applied.
219
+ - A textual justification of the deviation.
220
+ - A textual description of background information.
221
+ - A textual description of the requirements which must be satisfied to use the deviation.
222
+ - A table of invalid deviation permits for which we list:
223
+ - The location of the invalid permit in the database.
224
+ - The reason why it is considered invalid.
209
225
210
226
#### Applying deviations
211
227
You can’t perform that action at this time.
0 commit comments