Sha256: d5795ac493acf8152386186a1bbfa53b7380c9cf47ef03dc02121a7a9a6feb9a

Contents?: true

Size: 421 Bytes

Versions: 7

Compression:

Stored size: 421 Bytes

Contents

engines:
  rubocop:
    enabled: true
    checks:
      Rubocop/Metrics/LineLength:
        enabled: true
        max: 99
      Rubocop/Style/TrailingWhitespace:
        enabled: false
      Rubocop/Style/RedundantReturn:
        enabled: false

  golint:
    enabled: true
  eslint:
    enabled: true
  csslint:
    enabled: true
ratings:
  paths:
  - app/**
  - lib/**
  - "**.rb"
  - "**.go"
exclude_paths:
- doc/**/*

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
action_command-0.1.3 .codeclimate.yml
action_command-0.1.2 .codeclimate.yml
action_command-0.1.1 .codeclimate.yml
action_command-0.1.0 .codeclimate.yml
rake_command_filter-0.1.2 .codeclimate.yml
rake_command_filter-0.1.1 .codeclimate.yml
rake_command_filter-0.1.0 .codeclimate.yml