Commit 7b660f8
authored
docs(backlog): the CodeQL generated-code noise recurred under a new rule (#295)
PR #292 excluded cs/nested-if-statements after it fired twice on regex
source-generator output. The next master scan produced #310/#311 —
cs/useless-assignment-to-local, same generated file. Four alerts, two
rules, one cause: the C# extractor analyses compilation units from the
build, so generated code has no checkout file for paths-ignore to match,
and every maintainability rule in the suite is a candidate.
Recording rather than adding a third exclusion. The mechanism fix is to
drop the quality half of the query suite (security-and-quality ->
security-extended), which fits how this repo already divides the work:
SonarCloud owns quality and analyses real source, CodeQL owns security.
Left to the maintainer because it narrows what a security scanner
reports. The four alerts are dismissed with that reasoning meanwhile, so
the repo's open count stays at 0.
Docs only.1 parent ee6b863 commit 7b660f8
1 file changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
173 | 189 | | |
174 | 190 | | |
175 | 191 | | |
| |||
0 commit comments