Sha256: 5bb3ff68840979c3abdb1a57aacd49a49fd4982b93c7b6b3770e1e49fc8b6e99
Contents?: true
Size: 683 Bytes
Versions: 6
Compression:
Stored size: 683 Bytes
Contents
AllCops: NewCops: enable SuggestExtensions: false Exclude: - "Gemfile" - "flipper-notifications.gemspec" - "Rakefile" - "bin/*" - "spec/rails/**/*" Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines_except_namespace Layout/HashAlignment: EnforcedColonStyle: table EnforcedHashRocketStyle: table Lint/MissingSuper: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: Enabled: false Style/Documentation: Enabled: false Style/HashSyntax: EnforcedShorthandSyntax: never Style/StringLiterals: EnforcedStyle: double_quotes
Version data entries
6 entries across 6 versions & 1 rubygems