Sha256: 9efdcbac752207588074c5d0469c6ab18cce8a00ae0d17bd185ec7eb97d062da
Contents?: true
Size: 772 Bytes
Versions: 11
Compression:
Stored size: 772 Bytes
Contents
require: - rubocop-rails - rubocop-rspec AllCops: TargetRubyVersion: 2.5 NewCops: enable Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines_special Layout/EmptyLinesAroundModuleBody: EnforcedStyle: empty_lines_except_namespace Layout/MultilineMethodCallIndentation: EnforcedStyle: indented_relative_to_receiver Metrics/AbcSize: Enabled: false Metrics/BlockLength: Enabled: false Metrics/MethodLength: Enabled: false Naming/VariableNumber: Enabled: false Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/MutableConstant: Enabled: false Style/NegatedIf: Enabled: false Style/StringLiterals: Enabled: false Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma
Version data entries
11 entries across 11 versions & 1 rubygems