Sha256: a78c04b155e7ee3d58630fe3d60e9e420307923dbaaf5dc762157cb826882978
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2023-11-30 09:19:30 UTC using RuboCop version 1.57.2. # 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: 4 # Configuration parameters: EnforcedStyle. # SupportedStyles: native, lf, crlf Layout/EndOfLine: Exclude: - 'Rakefile' - 'bin/console' - 'lib/secretmgr/version.rb' # - 'spec/secretmgr_spec.rb' # Offense count: 1 # Configuration parameters: AllowComments. Lint/EmptyWhen: Exclude: # - 'exe/secretmgr' # Offense count: 2 # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. Metrics/AbcSize: Max: 27 # Offense count: 1 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: Max: 154 # Offense count: 5 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. Metrics/MethodLength: Max: 21 # Offense count: 1 # Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns. # SupportedStyles: snake_case, normalcase, non_integer # AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64 Naming/VariableNumber: Exclude: # - 'spec/spec_helper.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
secretmgr-0.1.0 | .rubocop_todo.yml |