summaryrefslogtreecommitdiff
path: root/.hoerc
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2014-05-06 00:08:02 -0400
committerAustin Ziegler <austin@zieglers.ca>2017-01-18 18:16:14 -0500
commit06ee20e929656d41c301f61fd447105c3840e410 (patch)
tree7325cd8e3279b71e5bc18302112e47cad3000a40 /.hoerc
parent32727d6d0beb48672a1ee2d4a5c20bb81f7e301d (diff)
downloaddiff-lcs-06ee20e929656d41c301f61fd447105c3840e410.tar.gz
diff-lcs 1.3
- Updated testing and gem infrastructure. - Cleaning up documentation. - Modernizing specs. - Silence Ruby 2.4 Fixnum deprecation warnings. Fixes #36, #38. - Ensure test dependencies are loaded. Fixes #33, #34 so that specs can be run independently. - Fix issue #1 with incorrect intuition of patch direction. Tentative fix, but the failure cases pass now.
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'