Skip to content

Commit

Permalink
Update spec_helper.rb (#5246)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Feb 4, 2021
1 parent e0e977c commit f28da34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
# These files and directories are ignored when checking for extra files
EXTRA_FILES_FILTER = [
'CONTRIBUTING.md', 'Gemfile', 'Gemfile.lock', 'README.md',
'dependent', 'Rakefile', 'renamed-styles.json'
'dependent', 'Rakefile', 'renamed-styles.json', 'REQUESTING.md', 'STYLE_DEVELOPMENT.md',
'STYLE_REQUIREMENTS.md', 'QUALITY_CONTROL.md'
]

# These directories and their contents are ignored when checking for extra files
Expand Down

0 comments on commit f28da34

Please sign in to comment.