Sha256: 74c2503ae093368ea38b2b0b459dd8009e84f3bba41be73d6ac0a9346ed823f8
Contents?: true
Size: 544 Bytes
Versions: 1
Compression:
Stored size: 544 Bytes
Contents
require: - rubocop-rake <% if rspec? -%> - rubocop-rspec <% end -%> AllCops: Exclude: - 'bin/*' - 'tmp/*' - 'vendor/bundle/**/*' NewCops: enable TargetRubyVersion: <%= RUBY_VERSION %> Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space Metrics/ClassLength: Max: 150 Metrics/MethodLength: Max: 15 Layout/LineLength: Max: 90 Style/BlockDelimiters: EnforcedStyle: braces_for_chaining Style/YodaCondition: EnforcedStyle: require_for_equality_operators_only
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hoboken-0.9.0 | lib/hoboken/templates/rubocop.yml.tt |