Sha256: bd4b65d2d5d2c368abcf06660dcb9a36cfccf6313441a8350c50976301de0fc4
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
AllCops: TargetRubyVersion: 3.1 Exclude: - "lib/generators/**/templates/**/*" <% `git status --ignored --porcelain`.lines.grep(/^!! /).each do |path| %> - <%= path.sub(/^!! /, '').sub(/\/$/, '/**/*') %> <% end %> SuggestExtensions: false NewCops: disable Metrics/BlockLength: Exclude: - "**/*_spec.rb" Metrics/MethodLength: Max: 40 Metrics/ModuleLength: Max: 200 Exclude: - "**/*_spec.rb" Layout/LineLength: Max: 120 Gemspec/RequiredRubyVersion: Enabled: false Layout/ParameterAlignment: EnforcedStyle: with_fixed_indentation Layout/CaseIndentation: EnforcedStyle: case SupportedStyles: - case - end IndentOneStep: true Layout/EndAlignment: EnforcedStyleAlignWith: variable Style/PercentLiteralDelimiters: PreferredDelimiters: '%w': "[]" '%W': "[]" Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/StructInheritance: Enabled: false Style/DoubleNegation: Enabled: false Style/Documentation: Enabled: false # TODO: Enable again once we have more docs Style/HashSyntax: EnforcedShorthandSyntax: never
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pundit-2.4.0 | .rubocop.yml |