Remove .rubocop_todo.yml

This commit is contained in:
Josh Hagins 2016-01-03 14:53:37 -05:00
parent 7b525a7134
commit 629af26b45
1 changed files with 0 additions and 132 deletions

View File

@ -1,132 +0,0 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-12-31 08:05:18 -0500 using RuboCop version 0.35.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 9
# Cop supports --auto-correct.
# Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle, SupportedLastArgumentHashStyles.
Style/AlignHash:
Exclude:
- 'Casks/android-studio.rb'
- 'Casks/nomachine.rb'
- 'Casks/real-vnc.rb'
- 'Casks/wacom-bamboo-tablet.rb'
- 'Casks/wacom-graphire4-tablet.rb'
# Offense count: 23
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/AlignParameters:
Exclude:
- 'Casks/boxer.rb'
- 'Casks/disk-inventory-x.rb'
- 'Casks/gpgtools.rb'
- 'Casks/ios-saver.rb'
- 'Casks/java.rb'
- 'Casks/jce-unlimited-strength-policy.rb'
- 'Casks/lytro-desktop.rb'
- 'Casks/nndd.rb'
- 'Casks/rapidweaver.rb'
- 'Casks/soundflower.rb'
# Offense count: 276
# Cop supports --auto-correct.
# Configuration parameters: Keywords.
Style/CommentAnnotation:
Enabled: false
# Offense count: 8
# Cop supports --auto-correct.
Style/CommentIndentation:
Exclude:
- 'Casks/ableton-live-standard.rb'
- 'Casks/ableton-live-suite.rb'
- 'Casks/ableton-live.rb'
- 'Casks/cocoaspell.rb'
- 'Casks/gpgtools.rb'
- 'Casks/ionic-lab.rb'
- 'Casks/programmer-dvorak.rb'
- 'Casks/soulver.rb'
# Offense count: 5
# Configuration parameters: Exclude.
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
- 'Casks/ax88179.rb'
- 'Casks/ax88772.rb'
- 'Casks/cargo.rb'
- 'Casks/mcs783x.rb'
- 'Casks/sts.rb'
# Offense count: 4
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/EmptyElse:
Exclude:
- 'Casks/deeper.rb'
- 'Casks/maintenance.rb'
- 'Casks/onyx.rb'
- 'Casks/texpad.rb'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowAdjacentOneLineDefs.
Style/EmptyLineBetweenDefs:
Exclude:
- 'Casks/mcs783x.rb'
# Offense count: 29
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/EmptyLinesAroundBlockBody:
Enabled: false
# Offense count: 798
# Cop supports --auto-correct.
Style/IndentArray:
Enabled: false
# Offense count: 42
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/IndentHash:
Enabled: false
# Offense count: 30
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
Enabled: false
# Offense count: 151
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
Style/RegexpLiteral:
Enabled: false
# Offense count: 44
# Cop supports --auto-correct.
Style/SingleSpaceBeforeFirstArg:
Enabled: false
# Offense count: 250
# Cop supports --auto-correct.
Style/SpaceAfterComma:
Enabled: false
# Offense count: 36
# Cop supports --auto-correct.
Style/SpaceInsideBrackets:
Enabled: false
# Offense count: 218
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
Style/TrailingComma:
Enabled: false