1
0

Ignore performance count lint rule

We do not use active record and this is clearly a false positive
This commit is contained in:
Tim Kächele 2024-08-25 09:22:57 +02:00
parent b674208daa
commit 056a9d1a11

3
.standard.yml Normal file
View File

@ -0,0 +1,3 @@
ignore:
- '/**/*.rb':
- 'Performance/Count'