Sha256: a3c4028c5089b1b24674ffceee5986743471d90e03cae4d141ef95b68cb14f5a
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
require: - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: 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: Enabled: false Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/ConstantDefinitionInBlock: Enabled: false Lint/EmptyClass: Enabled: false Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Metrics/AbcSize: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/**/*' - '*.gemspec' Metrics/ClassLength: Exclude: - 'lib/lite/validators/credit_card_validator.rb' Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/NoExpectationExample: Enabled: false RSpec/LeakyConstantDeclaration: Enabled: false RSpec/MultipleExpectations: Enabled: false Style/ArgumentsForwarding: Enabled: false Style/Documentation: Enabled: false Style/ExpandPathArguments: Enabled: false Style/HashSyntax: EnforcedShorthandSyntax: never Style/StringLiterals: EnforcedStyle: double_quotes
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lite-validators-1.8.0 | .rubocop.yml |