Sha256: ef053fd81abcea8df4cd53e9d84078d550ec7c02fd4beaf62b0cfd9c4f083871
Contents?: true
Size: 1 KB
Versions: 12
Compression:
Stored size: 1 KB
Contents
Lint/Eval: Exclude: - 'Rakefile' Lint/UnusedBlockArgument: Exclude: - 'lib/apiary/command/preview.rb' Metrics/AbcSize: Max: 33 Metrics/BlockLength: Max: 200 Metrics/ClassLength: Max: 250 # or whatever ends up being appropriate Metrics/PerceivedComplexity: Max: 12 Metrics/CyclomaticComplexity: Max: 9 Metrics/LineLength: Max: 180 Exclude: - 'spec/*' - 'spec/apiary/*' - 'spec/apiary/command/*' Metrics/MethodLength: Max: 33 Style/ClassAndModuleChildren: Enabled: false Style/ClassVars: Enabled: false Style/Documentation: Enabled: false Lint/HandleExceptions: Enabled: false Lint/AmbiguousBlockAssociation: #https://github.com/bbatsov/rubocop/issues/4345 Enabled: false Style/RegexpLiteral: Enabled: false EnforcedStyle: slashes Style/UnneededInterpolation: Enabled: false Style/MutableConstant: Exclude: - 'lib/apiary/helpers/javascript_helper.rb' - 'spec/apiary/command/fetch_spec.rb' Style/FrozenStringLiteralComment: Enabled: false
Version data entries
12 entries across 12 versions & 1 rubygems