homebrew-cask/.rubocop_todo.yml

133 lines
3.4 KiB
YAML

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-12-18 05:17:32 -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: 290
# Cop supports --auto-correct.
# Configuration parameters: Keywords.
Style/CommentAnnotation:
Enabled: false
# Offense count: 7
# 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/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: 5
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/EmptyElse:
Exclude:
- 'Casks/deeper.rb'
- 'Casks/maintenance.rb'
- 'Casks/ncar-ncl.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: 37
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/EmptyLinesAroundBlockBody:
Enabled: false
# Offense count: 776
# Cop supports --auto-correct.
Style/IndentArray:
Enabled: false
# Offense count: 40
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/IndentHash:
Enabled: false
# Offense count: 28
# Cop supports --auto-correct.
# Configuration parameters: PreferredDelimiters.
Style/PercentLiteralDelimiters:
Enabled: false
# Offense count: 153
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
Style/RegexpLiteral:
Enabled: false
# Offense count: 43
# Cop supports --auto-correct.
Style/SingleSpaceBeforeFirstArg:
Enabled: false
# Offense count: 255
# Cop supports --auto-correct.
Style/SpaceAfterComma:
Enabled: false
# Offense count: 36
# Cop supports --auto-correct.
Style/SpaceInsideBrackets:
Enabled: false
# Offense count: 217
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
Style/TrailingComma:
Enabled: false