Sha256: bf6fe4dd8c24b7238f095f9ba04e9abb4450a1e12f3433442996939f85c7ebb3
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
require: - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: TargetRubyVersion: 3.0 NewCops: enable DisplayCopNames: true DisplayStyleGuide: true Gemspec/RequiredRubyVersion: Enabled: false Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/EmptyLinesAroundBlockBody: Exclude: - 'spec/**/**/*' Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines_except_namespace Layout/EmptyLinesAroundModuleBody: EnforcedStyle: empty_lines_except_namespace Layout/LineLength: Max: 100 Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/ConstantDefinitionInBlock: Enabled: false Lint/EmptyClass: Enabled: false Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Metrics/BlockLength: Exclude: - 'spec/**/**/*' - '*.gemspec' Metrics/ClassLength: Exclude: - 'lib/lite/validators/credit_card_validator.rb' RSpec/ExampleLength: Enabled: false RSpec/LeakyConstantDeclaration: Enabled: false RSpec/MultipleExpectations: Enabled: false Style/ArgumentsForwarding: Enabled: false Style/Documentation: Enabled: false Style/ExpandPathArguments: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lite-validators-1.3.2 | .rubocop.yml |
lite-validators-1.3.1 | .rubocop.yml |
lite-validators-1.3.0 | .rubocop.yml |