Sha256: 4a0abac61e77d5d4b661021802fbe6ba2ca53f31f887782a7f8d5ec2bdf323a7
Contents?: true
Size: 1.29 KB
Versions: 2
Compression:
Stored size: 1.29 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-06-13 09:20:07 UTC using RuboCop version 0.89.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 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 122 # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, EnforcedStyle. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: Exclude: - 'lib/slow/events.rb' # Offense count: 5 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/generators/slow/events/config_generator.rb' - 'lib/slow/events.rb' - 'lib/slow/events/config.rb' - 'lib/slow/events/format.rb' - 'lib/slow/events/log_subscriber.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 122
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slow-events-0.1.1 | .rubocop_todo.yml |
slow-events-0.1.0 | .rubocop_todo.yml |