Skip to content

Commit

Permalink
Suppress checkstyle on generated source files, following [CALCITE-1963]
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Sep 8, 2017
1 parent 172db20 commit 1f04d55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/config/checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ limitations under the License.
<suppress checks=".*" files="org-apache-calcite-jdbc.properties"/>
<suppress checks=".*" files="Foo.java"/>
<suppress checks=".*" files=".*[/\\]target[/\\]maven-archiver[/\\]pom.properties"/>
<suppress checks=".*" files=".*[/\\]target[/\\]generated-sources[/\\].*"/>
<suppress checks=".*" files=".*[/\\]target[/\\]generated-test-sources[/\\].*"/>
<suppress checks=".*" files="git.properties"/>
<suppress checks=".*" files="trace.properties"/>
<suppress checks=".*" files="release.properties"/>
Expand Down

0 comments on commit 1f04d55

Please sign in to comment.