rubocop: exclude test and features files that fail

This commit is contained in:
Parker Moore 2016-05-12 14:14:44 -05:00
parent 85e3ce37af
commit cddc40fef4
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 41 additions and 0 deletions

View File

@ -76,7 +76,48 @@ AllCops:
- lib/jekyll/utils.rb
- lib/jekyll/version.rb
- lib/jekyll.rb
- features/step_definitions.rb
- features/support/formatter.rb
- features/support/helpers.rb
- test/helper.rb
- test/simplecov_custom_profile.rb
- test/test_ansi.rb
- test/test_cleaner.rb
- test/test_coffeescript.rb
- test/test_collections.rb
- test/test_command.rb
- test/test_commands_serve.rb
- test/test_configuration.rb
- test/test_convertible.rb
- test/test_doctor_command.rb
- test/test_document.rb
- test/test_entry_filter.rb
- test/test_excerpt.rb
- test/test_filters.rb
- test/test_front_matter_defaults.rb
- test/test_generated_site.rb
- test/test_kramdown.rb
- test/test_layout_reader.rb
- test/test_liquid_extensions.rb
- test/test_liquid_renderer.rb
- test/test_log_adapter.rb
- test/test_new_command.rb
- test/test_page.rb
- test/test_path_sanitization.rb
- test/test_plugin_manager.rb
- test/test_rdiscount.rb
- test/test_redcarpet.rb
- test/test_regenerator.rb
- test/test_related_posts.rb
- test/test_sass.rb
- test/test_site.rb
- test/test_static_file.rb
- test/test_tags.rb
- test/test_theme.rb
- test/test_url.rb
- test/test_utils.rb
- bin/**/*
- benchmark/**/*
- script/**/*
- vendor/**/*
Lint/EndAlignment: