From 629af26b45192bc79190814753abf0627c3e092d Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Sun, 3 Jan 2016 14:53:37 -0500 Subject: [PATCH] Remove .rubocop_todo.yml --- .rubocop_todo.yml | 132 ---------------------------------------------- 1 file changed, 132 deletions(-) delete mode 100644 .rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml deleted file mode 100644 index e91b82415f9..00000000000 --- a/.rubocop_todo.yml +++ /dev/null @@ -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