We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fcd69 commit 99d5cdaCopy full SHA for 99d5cda
src/main/config/checkstyle-suppressions.xml
@@ -14,7 +14,7 @@
14
<!-- These files will be removed during porting integration tests to Cucumber JVM (see #18) -->
15
<suppress checks="ImportOrder" files="src/test/java/ru/mystamps/web/tests" />
16
17
- <!-- false positives beause these files contain SQL queries -->
+ <!-- false positives because these files contain SQL queries -->
18
<suppress checks="Translation" files="src/main/resources/sql" />
19
20
<!-- Too long link -->
0 commit comments