summaryrefslogtreecommitdiff
path: root/.hoerc
diff options
context:
space:
mode:
Diffstat (limited to '.hoerc')
-rw-r--r--.hoerc45
1 files changed, 44 insertions, 1 deletions
diff --git a/.hoerc b/.hoerc
index 0a13543..7922c87 100644
--- a/.hoerc
+++ b/.hoerc
@@ -1,2 +1,45 @@
---
-exclude: !ruby/regexp /(tmp|swp)$|CVS|TAGS|\.(svn|git|hg|DS_Store|idea)|Gemfile\.lock|research\/|\.gemspec$/
+exclude: !ruby/regexp '/
+ \.(?:
+ tmp |
+ swp
+ )$
+ |
+ \.(?:
+ autotest |
+ byebug_history |
+ gemtest |
+ gitignore |
+ hoerc |
+ minitest.rb |
+ simplecov-prelude.rb)$
+ |
+ \.(?:
+ coveralls |
+ pullreview |
+ travis |
+ appveyor
+ )\.yml$
+ |
+ (?i:TAGS)$
+ |
+ \.(?:
+ DS_Store|
+ bundle|
+ git|
+ hg|
+ idea|
+ svn|
+ vagrant
+ )\/
+ |
+ [gG]emfile(?:\.lock)?
+ |
+ support\/
+ |
+ research\/
+ |
+ \.gemspec$
+ |
+ Vagrantfile
+ /x'