Sha256: f8cfbde33c203bc3ea926e35e9b47f5bd3ba790d362ccd1b843034ad636a2d0f
Contents?: true
Size: 847 Bytes
Versions: 1
Compression:
Stored size: 847 Bytes
Contents
AllCops: TargetRubyVersion: 2.7 NewCops: enable Exclude: - 'unipept.gemspec' - 'vendor/**/*' - 'Rakefile' Style/ClassAndModuleChildren: EnforcedStyle: compact Enabled: false Style/FrozenStringLiteralComment: Enabled: false # disable for now Lint/NestedMethodDefinition: Enabled: false Lint/Lint/RedundantStringCoercion: Enabled: false Style/ClassVars: Enabled: false Style/Documentation: Enabled: false Style/RescueModifier: Enabled: false Metrics/AbcSize: Enabled: false Metrics/ClassLength: Enabled: false Layout/LineLength: Enabled: false Metrics/MethodLength: Enabled: false Metrics/BlockLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Naming/HeredocDelimiterNaming: Enabled: false Naming/MethodParameterName: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unipept-3.1.0 | .rubocop.yml |