consistency with other gems [ci skip]
This commit is contained in:
parent
57534b6e7c
commit
174c04d5c8
2 changed files with 8 additions and 0 deletions
5
middleman/.simplecov
Normal file
5
middleman/.simplecov
Normal file
|
@ -0,0 +1,5 @@
|
|||
SimpleCov.start do
|
||||
add_filter '/fixtures/'
|
||||
add_filter '/features/'
|
||||
add_filter '/spec/'
|
||||
end
|
3
middleman/.yardopts
Normal file
3
middleman/.yardopts
Normal file
|
@ -0,0 +1,3 @@
|
|||
lib/**/*.rb
|
||||
--no-private
|
||||
--hide-void-return
|
Loading…
Reference in a new issue