diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 1be62a88899c..0e7e51f6c566 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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