Sha256: 5870a9e04b70d3e6fe9e9708b79d6814606ee2a299e05e4fee529610aca20eb0
Contents?: true
Size: 1.03 KB
Versions: 13
Compression:
Stored size: 1.03 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-07-26 15:23:44 UTC using RuboCop version 1.32.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. AllCops: NewCops: enable SuggestExtensions: false # definitive : Lint/Debugger: Exclude: - 'samples/test.rb' Security/Eval: Enabled: true Exclude: - 'lib/carioca/registry.rb' Style/ClassVars: Enabled: false Style/MissingRespondToMissing: Enabled: false Gemspec/RequireMFA: Enabled: false # to study : Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false Style/EvalWithLocation: Enabled: false Style/GuardClause: Enabled: false # to do : Style/Documentation: Enabled: false Layout/LineLength: Enabled: false
Version data entries
13 entries across 13 versions & 1 rubygems