Sha256: 01e0a0eb0f4dfcd47f4ceb6d64a6602fb1c319c50348d29c99f545839cdce539
Contents?: true
Size: 910 Bytes
Versions: 1
Compression:
Stored size: 910 Bytes
Contents
require: rubocop-rspec AllCops: DisplayCopNames: true DisplayStyleGuide: true TargetRubyVersion: 2.3 Exclude: - "bin/*" - "tmp/**/*" - Gemfile - Guardfile - Rakefile Metrics/AbcSize: Enabled: false Metrics/ClassLength: Enabled: false Metrics/LineLength: Enabled: false Metrics/MethodLength: Max: 12 Style/BarePercentLiterals: EnforcedStyle: percent_q Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space Style/StringLiterals: EnforcedStyle: single_quotes Style/TrivialAccessors: AllowPredicates: true Style/AsciiComments: Enabled: false RSpec/MultipleExpectations: Enabled: false RSpec/MessageChain: Enabled: false RSpec/DescribedClass: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
china_aqi-0.0.5 | .rubocop.yml |