Skip to content

Commit

Permalink
Checkstyle: clean exclusions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Nov 13, 2017
1 parent cda634f commit a0f6e52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ task checkstyle(type: Checkstyle){
'*/java/org/kontalk/billing/Purchase.java'
// 3rd-party code
exclude '**/CircularSeekBar.java',
'**/KeyboardAwareRelativeLayout.java', '**/FrameLayoutFixed.java',
'**/AbsListViewScrollDetector.java', '**/NoCacheMiniDnsResolver.java',
'**/FrameLayoutFixed.java',
'**/AbsListViewScrollDetector.java',
'**/XMPPTCPConnection.java',
'**/ProximityScreenLocker*.java',
'main/java/com/**', 'main/java/io/**', 'main/java/cn/**'
'main/java/com/**', 'main/java/io/**'
def configProps = ['baseDir': projectDir.absolutePath]
configProperties configProps
classpath = files()
Expand Down

0 comments on commit a0f6e52

Please sign in to comment.