Sha256: 4f05b69e9415f73887174f6f3d04aefea0b0e41649ff4125028c651dab22a080
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-12-20 12:04:45 -0500 using RuboCop version 0.61.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: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent Layout/IndentHeredoc: Exclude: - 'lib/changelog/plugin.rb' # Offense count: 1 Lint/DuplicateMethods: Exclude: - 'lib/changelog/config.rb' # Offense count: 1 # Configuration parameters: ContextCreatingMethods, MethodCreatingMethods. Lint/UselessAccessModifier: Exclude: - 'lib/changelog/changelog_line/changelog_line_parser.rb' # Offense count: 2 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist, MethodDefinitionMacros. # NamePrefix: is_, has_, have_ # NamePrefixBlacklist: is_, has_, have_ # NameWhitelist: is_a? # MethodDefinitionMacros: define_method, define_singleton_method Naming/PredicateName: Exclude: - 'spec/**/*' - 'lib/changelog/plugin.rb' # Offense count: 3 Style/DoubleNegation: Exclude: - 'lib/changelog/changelog_file.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: module_function, extend_self Style/ModuleFunction: Exclude: - 'lib/changelog/config.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danger-changelog-0.4.1 | .rubocop_todo.yml |