Sha256: bcd1cf40e4ab959f968b8740765b7197d746e25cbde67d4528ddac504caae45e
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
--- AllCops: DisabledByDefault: true TargetRubyVersion: 2.3 Exclude: - spec/rails/**/* - gemfiles/vendor/bundle/**/* Include: - "**/*.rake" - "**/Gemfile" - "gemfiles/*.gemfile" - "**/Rakefile" DisplayCopNames: true StyleGuideCopsOnly: false Lint/EndAlignment: Enabled: true Layout/CaseIndentation: Enabled: true Layout/ElseAlignment: Enabled: true Layout/EmptyLines: Enabled: true Layout/EndOfLine: Enabled: true Layout/ExtraSpacing: Enabled: true Style/Encoding: EnforcedStyle: never Enabled: true Style/HashSyntax: Enabled: true Layout/IndentationConsistency: Enabled: true Layout/IndentationWidth: Enabled: true Style/PredicateName: Enabled: true NamePrefixBlacklist: - is_ - have_ NameWhitelist: - has_many - has_many_actions Layout/TrailingBlankLines: Enabled: true Layout/TrailingWhitespace: Enabled: true Layout/SpaceAfterComma: Enabled: true Layout/SpaceAroundEqualsInParameterDefault: Enabled: true Layout/SpaceInsideParens: Enabled: true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activeadmin-1.3.1 | .rubocop.yml |