Sha256: 75da68775b168be32f5ca0b4f556d9f6c528b34759f36d31b61ba89840d56f2e
Contents?: true
Size: 822 Bytes
Versions: 15
Compression:
Stored size: 822 Bytes
Contents
require: rubocop-performance AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true DisplayStyleGuide: true Exclude: - 'bin/*' - 'rumale.gemspec' - 'Rakefile' - 'Gemfile' Documentation: Enabled: false Metrics/LineLength: Max: 145 IgnoredPatterns: ['(\A|\s)#'] Metrics/ModuleLength: Max: 200 Metrics/ClassLength: Max: 200 Metrics/MethodLength: Max: 40 Metrics/AbcSize: Max: 60 Metrics/CyclomaticComplexity: Max: 16 Metrics/PerceivedComplexity: Max: 16 Metrics/BlockLength: Max: 40 Exclude: - 'spec/**/*' ParameterLists: Max: 10 Security/MarshalLoad: Enabled: false Naming/UncommunicativeMethodParamName: Enabled: false Style/FormatStringToken: Enabled: false Style/NumericLiterals: Enabled: false Layout/EmptyLineAfterGuardClause: Enabled: false
Version data entries
15 entries across 15 versions & 1 rubygems