Sha256: 3cd25f23e8f76e36c3a7a26be97e7cdd74984aef1bdf82db18915e73a46d936e
Contents?: true
Size: 724 Bytes
Versions: 3
Compression:
Stored size: 724 Bytes
Contents
AllCops: TargetRubyVersion: 2.7.1 Exclude: - "**/*/schema.rb" - "Gemfile.lock" - "node_modules/**/*" - "tmp/**/*" - "vendor/**/*" Layout/LineLength: Max: 120 # Increase line length to 120 Exclude: - "config/routes.rb" Metrics/BlockLength: Exclude: - "*.gemspec" - "Gemfile" - "config/routes.rb" - "specs/**/*" - "test/**/*" Metrics/ClassLength: Exclude: - "specs/**/*" - "test/**/*" Metrics/MethodLength: Exclude: - "specs/**/*" - "test/**/*" Style/DoubleNegation: Enabled: false Style/Documentation: Enabled: false # Disable Style/Documentation because... Style/StringLiterals: EnforcedStyle: double_quotes # Use double quotes ALL THE TIME!!!
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
boxt_ruby_style_guide-7.0.2 | default.yml |
boxt_ruby_style_guide-7.0.1 | default.yml |
boxt_ruby_style_guide-7.0.0 | default.yml |