Sha256: c728ce3f211422007e0819aed20ebd1d764c6f293da3bcd96a773c8ce7918e34
Contents?: true
Size: 1.66 KB
Versions: 1
Compression:
Stored size: 1.66 KB
Contents
AllCops: TargetRubyVersion: 2.1 Exclude: - 'bin/*' - 'spec/dummy/db/schema.rb' - 'vendor/bundle/**/*' - 'tmp/**/*' Style/FileName: Exclude: - lib/jsonapi-authorization.rb Metrics/LineLength: Enabled: true Max: 100 Exclude: - spec/requests/**/*.rb - jsonapi-authorization.gemspec Style/MultilineOperationIndentation: EnforcedStyle: indented Style/MultilineMethodCallIndentation: EnforcedStyle: indented Metrics/ClassLength: Enabled: false Style/Documentation: Enabled: false Style/ExtraSpacing: AllowForAlignment: true Metrics/MethodLength: Enabled: false Style/Next: Enabled: false Metrics/AbcSize: Enabled: false Style/DoubleNegation: Enabled: false Style/SignalException: Enabled: false Style/StringLiterals: Enabled: false Style/SpaceInsideHashLiteralBraces: Enabled: false EnforcedStyle: space Style/IndentHash: EnforcedStyle: consistent Style/IndentArray: EnforcedStyle: consistent Style/ClassAndModuleChildren: Enabled: false Style/PercentLiteralDelimiters: Enabled: false Style/BlockDelimiters: Enabled: false Style/GuardClause: Enabled: false Style/ClosingParenthesisIndentation: Enabled: false Style/IfUnlessModifier: Enabled: false Style/NumericLiterals: Enabled: false Style/AsciiComments: Enabled: false Style/StructInheritance: Enabled: false Style/MultilineBlockChain: Enabled: false Metrics/ParameterLists: Enabled: false Style/WordArray: MinSize: 2 Metrics/ModuleLength: Enabled: false Style/SingleLineBlockParams: Methods: - reduce: - acc - obj - inject: - acc - obj Style/Alias: EnforcedStyle: prefer_alias_method
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jsonapi-authorization-1.0.0.beta1 | .rubocop.yml |