summaryrefslogtreecommitdiff
path: root/.hoerc
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2019-01-27 00:15:29 -0500
committerAustin Ziegler <austin@zieglers.ca>2019-01-27 23:26:05 -0500
commit45ea1b30c7de0ad840f72afb82fd41eb2b9590db (patch)
tree22f879cbd21a183bac5c17f754c0aa598531d968 /.hoerc
parent07ed577eba341f0ff0d7eebf4c1c2cc23083cba7 (diff)
downloaddiff-lcs-45ea1b30c7de0ad840f72afb82fd41eb2b9590db.tar.gz
Applied Rubocop rules that I like
- Other linting configuration also applied. - Soft-deprecating versions older than 2.3.
Diffstat (limited to '.hoerc')
-rw-r--r--.hoerc56
1 files changed, 31 insertions, 25 deletions
diff --git a/.hoerc b/.hoerc
index 7922c87..1d8fb44 100644
--- a/.hoerc
+++ b/.hoerc
@@ -1,30 +1,11 @@
---
exclude: !ruby/regexp '/
\.(?:
- tmp |
- swp
- )$
+ 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|
@@ -35,11 +16,36 @@ exclude: !ruby/regexp '/
|
[gG]emfile(?:\.lock)?
|
- support\/
+ (?:
+ support |
+ research
+ )\/
|
- research\/
+ \.(?:
+ appveyor |
+ coveralls |
+ fasterer |
+ pullreview |
+ rubocop.* |
+ travis |
+ unused
+ )\.yml$
+ |
+ (?i:TAGS)$
+ |
+ \.(?:
+ DS_Store |
+ autotest |
+ byebug_history |
+ gemtest |
+ gitattributes |
+ gitignore |
+ hoerc |
+ minitest.rb |
+ simplecov-prelude.rb
+ )$
|
\.gemspec$
|
- Vagrantfile
+ ^Vagrantfile$
/x'