Added checkstyle to project to keep proper code-styles.
This commit is contained in:
14
suppressions.xml
Normal file
14
suppressions.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!DOCTYPE suppressions PUBLIC
|
||||
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
||||
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
||||
|
||||
<suppressions>
|
||||
<!-- Don't check auto-generated files. -->
|
||||
<suppress files="R.java" checks="[a-zA-Z0-9]*"/>
|
||||
<suppress files="BuildConfig.java" checks="[a-zA-Z0-9]*"/>
|
||||
|
||||
<!-- Factory has very long lines, which can not be shortened -->
|
||||
<!--<suppress files="PipelineFactory.java" checks="LineLength" />-->
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user