Skip to content

Commit

Permalink
chore: reformat .hoerc
Browse files Browse the repository at this point in the history
and add some filtering for common temp files to reduce noise
  • Loading branch information
flavorjones committed Dec 3, 2020
1 parent ff8c121 commit 8f4220d
Showing 1 changed file with 41 additions and 40 deletions.
81 changes: 41 additions & 40 deletions .hoerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,46 @@
---
# this regex is what `rake check_manifest` should consider excluded from the gem
exclude: !ruby/regexp '/
(^\.\/
((\.git
|.vagrant
|.yardoc
|concourse
|gems
|ports
|suppressions
|rakelib
|test
|tmp
)\/)
|\.(autotest
|cross_rubies
|editorconfig
|gemtest
|github
|gitignore
|hoerc
|travis\.yml
)
|Gemfile.*
|Manifest.txt
|Rakefile
|appveyor\.yml
|CHANGELOG.md
|CODE_OF_CONDUCT.md
|CONTRIBUTING.md
|ROADMAP.md
|SECURITY.md
|STANDARD_RESPONSES.md
|Vagrantfile
|Y_U_NO_GEMSPEC.md
|C_CODING_STYLE.*
|h1-.*
|[0-9][0-9][0-9][0-9]-.*
|scripts
|sorbet
|patches
(^\.\/(\.git|
\.github|
\.vagrant|
\.yardoc|
concourse|
gems|
patches|
ports|
pkg|
suppressions|
rakelib|
scripts|
sorbet|
test|
tmp
)\/
| (\.autotest|
\.cross_rubies|
\.editorconfig|
\.gemtest|
\.gitignore|
\.hoerc|
\.travis\.yml|
appveyor\.yml|
CHANGELOG\.md|
CODE_OF_CONDUCT\.md|
CONTRIBUTING\.md|
C_CODING_STYLE\.rdoc|
Gemfile.*|
Manifest\.txt|
ROADMAP\.md|
Rakefile|
SECURITY\.md|
STANDARD_RESPONSES\.md|
Vagrantfile|
Y_U_NO_GEMSPEC\.md|
[0-9]+-.*|
[a-z\.]+\.(log|out)
)$
)
|\.gitkeep
|
(.*\/nokogiri\.(so|bundle))$
/x'

0 comments on commit 8f4220d

Please sign in to comment.