Sha256: 56f19e0bd8495b04cb0fe3d791cda94c951adf3e5b271797bcd8851ad4705453
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
AllCops: TargetRubyVersion: 2.7 NewCops: enable SuggestExtensions: false require: - rubocop-performance - rubocop-rspec Layout/LineLength: Max: 120 Exclude: - spec/**/*_spec.rb Metrics/BlockLength: Exclude: - spec/**/*_spec.rb Metrics/MethodLength: Max: 20 Metrics/ParameterLists: Max: 6 Naming/MethodName: IgnoredPatterns: - toList - inVLabel - outVLabel - inV - outV Naming/VariableName: AllowedIdentifiers: - inV - outV - inVLabel - outVLabel Naming/MethodParameterName: AllowedNames: - id - inV - outV - inVLabel - outVLabel - to RSpec/NamedSubject: Enabled: false RSpec/NestedGroups: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/MultipleExpectations: Enabled: false RSpec/DescribeClass: Enabled: false RSpec/MultipleMemoizedHelpers: Max: 7 Style/WordArray: Exclude: - spec/**/*_spec.rb Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/Documentation: Enabled: false Style/MultilineBlockChain: Enabled: false # TODO: # Style/SymbolArray: # EnforcedStyle: brackets # Style/WordArray: # EnforcedStyle: brackets
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grumlin-0.18.1 | .rubocop.yml |
grumlin-0.18.0 | .rubocop.yml |