Skip to content

Commit 321e3f1

Browse files
authored
Update autofix-instructions.md
1 parent 5d49de1 commit 321e3f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/autofix-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ When an alert is judged to be a false positive, the autofix PR must:
159159
(`// codeql::<standard>_deviation(...)`,
160160
`// codeql::<standard>_deviation_next_line(...)`, or a
161161
`..._deviation_begin` / `..._deviation_end` pair); or
162-
- a `paths:`-scoped deviation in `coding-standards.yml` when a whole file
163-
or directory is affected;
162+
- a `paths:`-scoped deviation in `coding-standards.yml` when the rule should
163+
not be applied to a whole file or directory or
164164
- a project-wide deviation only when the rule is genuinely inapplicable to
165165
the project.
166166
Use `<standard>` ∈ {`misra`, `autosar`, `cert`} as appropriate for the

0 commit comments

Comments
 (0)