Sha256: 462d4b30fd01315d1fdbbd0abd41f92b09d4253418f4783323e00ef79555cb7c
Contents?: true
Size: 527 Bytes
Versions: 6
Compression:
Stored size: 527 Bytes
Contents
# This is the configuration used to check the rubocop source code. inherit_from: #{RUBOCOP_HOME}/config/default.yml AllCops: TargetRubyVersion: 2.4 Exclude: - 'vendor/**/*' - 'spec/**/*' MethodLength: Max: 20 LineLength: Max: 150 LeadingCommentSpace: Enabled: false CommentAnnotation: Enabled: false Documentation: Enabled: false SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/FrozenStringLiteralComment: Enabled: false Style/AccessModifierDeclarations: EnforcedStyle: inline
Version data entries
6 entries across 6 versions & 1 rubygems