Merge pull request #1430 from codyborders/master
Adds Style/Tab cop to rubocop.yml
This commit is contained in:
commit
46a6a59622
8 changed files with 26 additions and 33 deletions
|
|
@ -92,6 +92,10 @@ Style/SpaceAroundOperators:
|
||||||
Style/StringLiterals:
|
Style/StringLiterals:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
# This cop checks for tabs where spaces should be used.
|
||||||
|
Style/Tab:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
# Avoid trailing blank lines
|
# Avoid trailing blank lines
|
||||||
Style/TrailingBlankLines:
|
Style/TrailingBlankLines:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
|
||||||
|
|
@ -602,17 +602,6 @@ Style/SymbolProc:
|
||||||
- 'spec/controllers/admin/conferences_controller_spec.rb'
|
- 'spec/controllers/admin/conferences_controller_spec.rb'
|
||||||
- 'spec/support/flash.rb'
|
- 'spec/support/flash.rb'
|
||||||
|
|
||||||
# Offense count: 23
|
|
||||||
# Cop supports --auto-correct.
|
|
||||||
Style/Tab:
|
|
||||||
Exclude:
|
|
||||||
- 'db/migrate/20141031225545_add_require_handicapped_access_to_questions.rb'
|
|
||||||
- 'db/migrate/20141031225606_add_attending_with_partner_to_questions.rb'
|
|
||||||
- 'db/migrate/20141031225620_add_staying_at_suggested_hotel_to_questions.rb'
|
|
||||||
- 'db/migrate/20141031225635_add_attending_social_events_to_questions.rb'
|
|
||||||
- 'db/migrate/20141118162030_change_lodging_association_to_conference.rb'
|
|
||||||
- 'spec/features/campaign_spec.rb'
|
|
||||||
- 'spec/features/event_types_spec.rb'
|
|
||||||
|
|
||||||
# Offense count: 26
|
# Offense count: 26
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue