Sha256: 91b6ecd933aa34ae48ccbf546c66bce9999ba55b032d8cd81cd385c70790c6dd
Contents?: true
Size: 1.79 KB
Versions: 3
Compression:
Stored size: 1.79 KB
Contents
require: - rubocop-performance - rubocop-rails AllCops: DisplayCopNames: true DisplayStyleGuide: true TargetRubyVersion: 3.0 TargetRailsVersion: 6.1 NewCops: enable Exclude: - bin/* - Capfile - demo/bin/* - demo/bower_components/**/* - demo/config/boot.rb - demo/config/environment.rb - demo/config/initializers/version.rb - demo/db/schema.rb - demo/node_modules/**/* - demo/Rakefile - demo/tmp/**/* - demo/vendor/**/* - Gemfile - gemfiles/vendor/bundle/**/* - vendor/bundle/**/* - Guardfile - Rakefile - vendor/**/* Layout/LineLength: Max: 132 Exclude: - "demo/config/**/*" - "demo/db/**/*" Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space Metrics/AbcSize: Max: 18 Exclude: - "demo/test/**/*" - "test/**/*" Metrics/BlockLength: Exclude: - "demo/config/**/*" - "demo/test/**/*" - "test/**/*" Metrics/ClassLength: Exclude: - "demo/test/**/*" - "test/**/*" Metrics/MethodLength: Max: 12 Exclude: - "demo/db/migrate/*" - "demo/test/**/*" - "test/**/*" Naming/MemoizedInstanceVariableName: EnforcedStyleForLeadingUnderscores: optional Naming/VariableNumber: Enabled: false Rails: Enabled: true Rails/ApplicationRecord: Exclude: - "demo/db/migrate/**" Rails/RefuteMethods: Enabled: false Rails/Validation: Enabled: false Style/BarePercentLiterals: EnforcedStyle: percent_q Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/EmptyMethod: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/NumericPredicate: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/TrivialAccessors: AllowPredicates: true
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_form-5.3.2 | .rubocop.yml |
bootstrap_form-5.3.1 | .rubocop.yml |
bootstrap_form-5.3.0 | .rubocop.yml |