rubocop-todo.yml in html2pdf-0.0.6 vs rubocop-todo.yml in html2pdf-0.0.7

- old
+ new

@@ -1,84 +1,39 @@ # This configuration was generated by `rubocop --auto-gen-config` -# on 2014-04-23 20:34:48 +1000 using RuboCop version 0.20.1. +# on 2014-05-11 21:52:58 +1000 using RuboCop version 0.21.0. # 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 +# Offense count: 3 AmbiguousOperator: Enabled: false -# Offense count: 1 -# Cop supports --auto-correct. -# Configuration parameters: PreferredMethods. -CollectionMethods: - Enabled: false - -# Offense count: 1 -CyclomaticComplexity: - Max: 7 - -# Offense count: 5 +# Offense count: 6 Documentation: Enabled: false # Offense count: 1 # Cop supports --auto-correct. -EmptyLinesAroundBody: - Enabled: true - -# Offense count: 1 -# Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. HashSyntax: - Enabled: true + Enabled: true` -# Offense count: 4 -# Cop supports --auto-correct. -LeadingCommentSpace: - Enabled: true - -# Offense count: 18 +# Offense count: 7 LineLength: - Max: 108 + Max: 93 -# Offense count: 8 +# Offense count: 2 # Configuration parameters: CountComments. MethodLength: - Max: 30 + Max: 19 # Offense count: 1 -# Cop supports --auto-correct. -SpaceAfterComma: - Enabled: true +RegexpLiteral: + MaxSlashes: 0 -# Offense count: 1 +# Offense count: 10 # Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. -SpaceInsideBlockBraces: - Enabled: true - -# Offense count: 1 -# Cop supports --auto-correct. -SpecialGlobalVars: - Enabled: true - -# Offense count: 16 -# Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. StringLiterals: - Enabled: false - -# Offense count: 1 -UnreachableCode: Enabled: true - -# Offense count: 1 -UselessAssignment: - Enabled: false - -# Offense count: 1 -# Cop supports --auto-correct. -WordArray: - MinSize: 2