Commit 3df312e
committed
chore(codeql): exclude intentional code patterns from analysis
Exclude rules that represent intentional design decisions:
- cs/catch-of-all-exceptions: crash prevention in game framework
- cs/nested-if-statements: acceptable code style
- cs/complex-block: algorithm implementations
- cs/linq/missed-where: LINQ avoided for performance
Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>1 parent 4f27fab commit 3df312e
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
0 commit comments