Skip to content

Commit

Permalink
Change nocommit checks to not happen on intellij files (where there can
Browse files Browse the repository at this point in the history
be a TODO task named eg Nocommits).
  • Loading branch information
rjernst committed Apr 17, 2015
1 parent 5dbc52d commit 2f06e2b
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 @@ -652,6 +652,7 @@
<exclude name="**/org/elasticsearch/cluster/routing/shard_routes.txt"/>
<exclude name="target/**/*"/>
<exclude name=".metadata/**/*"/>
<exclude name=".idea/**/*"/>
<or>
<containsregexp expression="\bno(n|)commit\b" casesensitive="no"/>
<containsregexp expression="\t" casesensitive="no"/>
Expand Down

0 comments on commit 2f06e2b

Please sign in to comment.