Sha256: ee3b912111c3ac895849264ae6c1ec646d0d78b62219f704f498fcbb2d4fb8fc

Contents?: true

Size: 496 Bytes

Versions: 32

Compression:

Stored size: 496 Bytes

Contents

engines:
  rubocop:
    enabled: true
    #checks:
    # Rubocop/Metrics/ClassLength:
    #   enabled: false
  brakeman:
    enabled: true
    #exclude_fingerprints:
    #- 08c185b3f764f262539a1f76997d3a89
  eslint:
    enabled: true
  csslint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
        #mass_threshold: 30
      - javascript
ratings:
  paths:
  - app/**
  - lib/**
  - "**.rb"
  - "**.go"
exclude_paths:
- spec/**/*
- "**/swagger/**/*"

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
rest-ftp-daemon-1.1.1 .codeclimate.yml
rest-ftp-daemon-1.1.0 .codeclimate.yml
rest-ftp-daemon-1.0.15 .codeclimate.yml
rest-ftp-daemon-1.0.14 .codeclimate.yml
rest-ftp-daemon-1.0.13 .codeclimate.yml
rest-ftp-daemon-1.0.12 .codeclimate.yml
rest-ftp-daemon-1.0.11 .codeclimate.yml
rest-ftp-daemon-1.0.10 .codeclimate.yml
rest-ftp-daemon-1.0.9 .codeclimate.yml
rest-ftp-daemon-1.0.8 .codeclimate.yml
rest-ftp-daemon-1.0.7 .codeclimate.yml
rest-ftp-daemon-1.0.6 .codeclimate.yml
rest-ftp-daemon-1.0.5 .codeclimate.yml
rest-ftp-daemon-1.0.4 .codeclimate.yml
rest-ftp-daemon-1.0.3 .codeclimate.yml
rest-ftp-daemon-1.0.2 .codeclimate.yml
rest-ftp-daemon-1.0.1 .codeclimate.yml
rest-ftp-daemon-0.502.2 .codeclimate.yml
rest-ftp-daemon-0.502.1 .codeclimate.yml
rest-ftp-daemon-0.502.0 .codeclimate.yml