Sha256: aeda97c96352cbe4094981c2a7e21bb0715bb32d2262be16c5279ac2c573f4ce
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
inherit_from: .rubocop_todo.yml AllCops: Exclude: - vendor/**/* - gemfiles/**/* MinimumTargetRubyVersion: 2.7.3 NewCops: enable SuggestExtensions: false ################ # Layout Rules # ################ Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines_except_namespace Layout/EmptyLinesAroundModuleBody: EnforcedStyle: empty_lines_except_namespace Layout/LineLength: Max: 140 Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: space ################ # Code Metrics # ################ Metrics/BlockLength: Exclude: - 'test/schema.rb' - '*.gemspec' Metrics/AbcSize: Max: 25 Metrics/MethodLength: Max: 10 CountComments: false ############### # Style Rules # ############### Style/Alias: EnforcedStyle: prefer_alias_method # ¯\_(ツ)_/¯ # ʕノ•ᴥ•ʔノ ︵ ┻━┻ # ( ͡° ͜ʖ ͡°) Style/AsciiComments: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/FrozenStringLiteralComment: EnforcedStyle: never Style/HashSyntax: EnforcedStyle: ruby19 Style/RaiseArgs: EnforcedStyle: compact Style/StringLiterals: EnforcedStyle: double_quotes
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acts_as_archival-2.1.0 | .rubocop.yml |