Sha256: ea836bc756a64b1b2188ad9cfa3d72dfbd64b922328d62750b5eeb8edefff53c
Contents?: true
Size: 1.27 KB
Versions: 5
Compression:
Stored size: 1.27 KB
Contents
AllCops: NewCops: enable Gemspec/RequiredRubyVersion: Enabled: false Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/LineLength: AllowURI: true Enabled: false Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Lint/MissingSuper: Enabled: false Metrics/AbcSize: Max: 18 Metrics/BlockLength: Exclude: - spec/omniauth/strategies/oauth2_spec.rb Metrics/BlockNesting: Max: 2 Metrics/ClassLength: Max: 110 Metrics/MethodLength: CountComments: false Max: 10 Metrics/ParameterLists: Max: 4 CountKeywordArgs: true Naming/FileName: Exclude: - lib/omniauth-oauth2.rb Style/CollectionMethods: PreferredMethods: map: 'collect' reduce: 'inject' find: 'detect' find_all: 'select' Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/ExpandPathArguments: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/HashSyntax: EnforcedStyle: hash_rockets Style/StderrPuts: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
omniauth-oauth2-1.7.3 | .rubocop.yml |
omniauth-oauth2-1.8.0 | .rubocop.yml |
omniauth-oauth2-1.7.2 | .rubocop.yml |
omniauth-oauth2-1.7.1 | .rubocop.yml |
omniauth-oauth2-1.7.0 | .rubocop.yml |