Sha256: 30665e20a07d3420d41177ea09131b65447870eb4ed2caa1176c6ecf8fee55c3
Contents?: true
Size: 1.8 KB
Versions: 2
Compression:
Stored size: 1.8 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-01-27 12:52:56 -0500 using RuboCop version 0.47.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: 1 Metrics/AbcSize: Max: 18 # Offense count: 3 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 134 # Offense count: 30 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 135 # Offense count: 1 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 13 # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: MaxKeyValuePairs. Performance/RedundantMerge: Exclude: - 'lib/estella/parser.rb' - 'lib/estella/searchable.rb' # Offense count: 1 Style/ClassVars: Exclude: - 'lib/estella/helpers.rb' # Offense count: 7 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/estella/analysis.rb' - 'lib/estella/helpers.rb' - 'lib/estella/parser.rb' - 'lib/estella/query.rb' - 'lib/estella/searchable.rb' # Offense count: 1 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/estella/searchable.rb' # Offense count: 9 # Cop supports --auto-correct. Style/MutableConstant: Exclude: - 'lib/estella/analysis.rb' - 'lib/estella/version.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: only_raise, only_fail, semantic Style/SignalException: Exclude: - 'lib/estella/parser.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
estella-2.0.0 | .rubocop_todo.yml |
estella-0.3.0 | .rubocop_todo.yml |