# This configuration was generated by # `rubocop --auto-gen-config` # on 2024-01-17 04:42:45 UTC using RuboCop version 1.59.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 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, IndentOneStep, IndentationWidth. # SupportedStyles: case, end Layout/CaseIndentation: Exclude: # - 'lib/secretmgr/globalsetting.rb' # - 'lib/secretmgr/secretmgr.rb' # Offense count: 3 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyleAlignWith, Severity. # SupportedStylesAlignWith: keyword, variable, start_of_line Layout/EndAlignment: Exclude: # - 'lib/secretmgr/config.rb' # - 'lib/secretmgr/globalsetting.rb' # - 'lib/secretmgr/secretmgr.rb' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: Width, AllowedPatterns. Layout/IndentationWidth: Exclude: # - 'lib/secretmgr/config.rb' # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowDoxygenCommentStyle, AllowGemfileRubyComment. Layout/LeadingCommentSpace: Exclude: # - 'spec/secretmgr/secretmgr_spec.rb' # Offense count: 6 # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. Metrics/AbcSize: Max: 67 # Offense count: 3 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: Max: 182 # Offense count: 3 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/CyclomaticComplexity: Max: 13 # Offense count: 13 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. Metrics/MethodLength: Max: 44 # Offense count: 3 # Configuration parameters: CountKeywordArgs, MaxOptionalParameters. Metrics/ParameterLists: Max: 10 # Offense count: 3 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/PerceivedComplexity: Max: 13 # Offense count: 4 # Configuration parameters: CountAsOne. RSpec/ExampleLength: Max: 16 # Offense count: 2 RSpec/MultipleExpectations: Max: 2 # Offense count: 6 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: EnforcedStyle. # SupportedStyles: always, always_true, never Style/FrozenStringLiteralComment: Exclude: - 'd.rb' - 'lib/secretmgr/cli.rb' - 'lib/secretmgr/globalsetting.rb' - 'lib/secretmgr/loggerxs.rb' - 'lib/secretmgr/secret.rb' - 'spec/secretmgr/cli_spec.rb' # Offense count: 12 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: Mode. Style/StringConcatenation: Exclude: # - 'Rakefile' # - 'lib/secretmgr/secretmgr.rb' # - 'spec/spec_helper.rb'