Skip to content

Commit

Permalink
don't check .metadata folder for tabs and nocommits
Browse files Browse the repository at this point in the history
  • Loading branch information
brwe committed Jun 17, 2014
1 parent a06fd46 commit ef05334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@
<include name="**/*.pl"/>
<exclude name="**/org/elasticsearch/cluster/routing/shard_routes.txt"/>
<exclude name="target/**/*"/>
<exclude name=".metadata/**/*"/>
<or>
<containsregexp expression="\bno(n|)commit\b" casesensitive="no"/>
<containsregexp expression="\t" casesensitive="no"/>
Expand Down

0 comments on commit ef05334

Please sign in to comment.