Skip to content

Commit

Permalink
Appease Rubocop even more
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Dec 19, 2018
1 parent 3bc30c6 commit a65964e
Show file tree
Hide file tree
Showing 59 changed files with 429 additions and 1,018 deletions.
29 changes: 0 additions & 29 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,8 @@ inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.5
Exclude:
- 'Gemfile.lock'
- '**/*.md'
- 'bin/**/*'
- 'config/**/*.yml'
- 'db/**/*'
- 'spec/fixtures/**/*'
- 'vendor/**/*'

Rails:
Enabled: true

Metrics/LineLength:
Max: 200 # would like to get this down to 120 ...
Exclude:
- 'spec/was/thumbnail_service/capture/capture_thumbnail_spec.rb'
- 'spec/was/thumbnail_service/generator_spec.rb'
- 'spec/was/thumbnail_service/synchronization/memento_database_handler_spec.rb'
- 'spec/was/thumbnail_service/synchronization/timemap_wayback_parser_spec.rb'

# because it can make the code more readable
Layout/EmptyLinesAroundBlockBody:
Enabled: false

# because it can make the code more readable
Layout/EmptyLinesAroundClassBody:
Enabled: false

# because it can make the code more readable
Layout/EmptyLinesAroundModuleBody:
Enabled: false

# because it's silly to care
Style/StringLiterals:
Enabled: false

0 comments on commit a65964e

Please sign in to comment.