Sha256: 1e96d2d7daf3f3b623e01d1649aee07ee6e44ad8e82e5bbd0a3b5943e3657b11
Contents?: true
Size: 1.52 KB
Versions: 3
Compression:
Stored size: 1.52 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-08-21 08:22:13 UTC using RuboCop version 1.35.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: 3 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 32 # Offense count: 1 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: Max: 120 # Offense count: 2 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/CyclomaticComplexity: Max: 15 # Offense count: 10 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/MethodLength: Max: 22 # Offense count: 4 # Configuration parameters: CountKeywordArgs, MaxOptionalParameters. Metrics/ParameterLists: Max: 10 # Offense count: 2 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/PerceivedComplexity: Max: 15 # Offense count: 1 # Configuration parameters: CountAsOne. RSpec/ExampleLength: Max: 6 # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 183
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
js_dependency-0.4.1 | .rubocop_todo.yml |
js_dependency-0.4.0 | .rubocop_todo.yml |
js_dependency-0.3.15 | .rubocop_todo.yml |