Sha256: f87edc10f5dbc6bd19f05c425ae9a319446401f8934c0c724bedd82f5b169fe3
Contents?: true
Size: 1009 Bytes
Versions: 6
Compression:
Stored size: 1009 Bytes
Contents
AllCops: Exclude: - db/schema.rb - spec/dummy/db/schema.rb - auto_autoloader.gemspec # https://github.com/AtomLinter/linter-rubocop/issues/2 Style/FileName: Enabled: false Metrics/LineLength: Max: 160 Metrics/MethodLength: Max: 50 Metrics/AbcSize: Max: 25 Metrics/ClassLength: Max: 250 Style/AccessModifierIndentation: EnforcedStyle: outdent Style/ClassAndModuleChildren: EnforcedStyle: compact Style/Documentation: Enabled: false Style/EmptyLines: Enabled: false StringLiterals: EnforcedStyle: double_quotes StringLiteralsInInterpolation: Enabled: false Style/NilComparison: Enabled: false Style/SignalException: EnforcedStyle: only_raise Style/MultilineOperationIndentation: EnforcedStyle: indented Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/TrivialAccessors: ExactNameMatch: true Enabled: true # Disabled on purpose: https://github.com/bbatsov/rubocop/issues/1758 Style/ClosingParenthesisIndentation: Enabled: false
Version data entries
6 entries across 6 versions & 1 rubygems