Sha256: 09778f1705bd7de000c2f06561f68afc424f805172594ec7fdd49b69204e82ec
Contents?: true
Size: 700 Bytes
Versions: 3
Compression:
Stored size: 700 Bytes
Contents
# This is the configuration used to check the rubocop source code. inherit_from: #{RUBOCOP_HOME}/config/default.yml AllCops: Include: - '**/lib/**/*' Exclude: - 'bin/**/*' CyclomaticComplexity: Max: 15 PerceivedComplexity: Max: 20 MethodLength: Max: 30 ClassLength: Enabled: false LineLength: Max: 150 WordArray: Enabled: false LeadingCommentSpace: Enabled: false CommentAnnotation: Enabled: false Documentation: Enabled: false Next: Enabled: false OptionalArguments: Enabled: false SpaceInsideHashLiteralBraces: EnforcedStyle: no_space SignalException: EnforcedStyle: only_raise TrivialAccessors: AllowPredicates: true BlockNesting: Max: 4
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hedgelog-0.1.2 | .rubocop.yml |
hedgelog-0.1.1 | .rubocop.yml |
hedgelog-0.1.0 | .rubocop.yml |