Sha256: 3625d4ee09f8cac84218e630a4d0a57f3ccbc08c1f6aa5366f373c569bddc8c0
Contents?: true
Size: 862 Bytes
Versions: 1
Compression:
Stored size: 862 Bytes
Contents
# See full list of defaults here: https://github.com/bbatsov/rubocop/blob/master/config/default.yml # To see all cops used see here: https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true LineLength: Max: 120 Layout/CaseIndentation: Enabled: false Style/EmptyElse: Enabled: false Lint/AmbiguousRegexpLiteral: Enabled: false Lint/AmbiguousBlockAssociation: Enabled: false Lint/RescueWithoutErrorClass: Enabled: false Style/CaseEquality: Enabled: false Style/YodaCondition: Enabled: false MethodLength: Max: 30 Style/TrivialAccessors: AllowDSLWriters: true Style/FrozenStringLiteralComment: Enabled: false Metrics/ModuleLength: Max: 150 Metrics/BlockLength: Enabled: false Style/MixinGrouping: EnforcedStyle: separated Exclude: - '**/*_steps.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
howitzer-2.1.0 | .rubocop.yml |