Sha256: 73d7770fac4ae21f5f214b1af02eac042e1b4fdad6c001b11660cebab4b45598
Contents?: true
Size: 851 Bytes
Versions: 5
Compression:
Stored size: 851 Bytes
Contents
require: rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 2.5 Style/MixinUsage: Exclude: - examples/**/* Layout/LineLength: Max: 100 Style/StringLiterals: EnforcedStyle: single_quotes Style/Documentation: Enabled: false Style/IfUnlessModifier: Enabled: false Metrics/AbcSize: Enabled: false Metrics/ClassLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Metrics/MethodLength: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/ParameterLists: Enabled: false Metrics/BlockLength: Enabled: false Metrics/BlockNesting: Max: 7 RSpec/MessageSpies: Enabled: false RSpec/StubbedMock: Enabled: false RSpec/MultipleExpectations: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/AnyInstance: Enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
convox_installer-3.2.1 | .rubocop.yml |
convox_installer-3.2.0 | .rubocop.yml |
convox_installer-3.1.0 | .rubocop.yml |
convox_installer-3.0.1 | .rubocop.yml |
convox_installer-3.0.0 | .rubocop.yml |