Commit 017b21f
chore(performance): exclude module from SonarCloud analysis
The performance module is diagnostic CLI tooling (JMH benchmarks +
ad-hoc taxi inspectors), not shipped library code. By-design uses of
System.out/err, java.io.tmpdir, and main(String[] args) dominate the
Sonar findings (120 issues, mostly S106/S5443/S1172 false-positives
for this category) with no library-quality signal.
Reader/writer/core/cli stay under full analysis.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 1e5816a commit 017b21f
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
0 commit comments