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-0.501.0 .codeclimate.yml
rest-ftp-daemon-0.435.2 .codeclimate.yml
rest-ftp-daemon-0.435.1 .codeclimate.yml
rest-ftp-daemon-0.435.0 .codeclimate.yml
rest-ftp-daemon-0.434.0 .codeclimate.yml
rest-ftp-daemon-0.433.0 .codeclimate.yml
rest-ftp-daemon-0.432.0 .codeclimate.yml
rest-ftp-daemon-0.430.1 .codeclimate.yml
rest-ftp-daemon-0.430.0 .codeclimate.yml
rest-ftp-daemon-0.424.3 .codeclimate.yml
rest-ftp-daemon-0.424.2 .codeclimate.yml
rest-ftp-daemon-0.424.0 .codeclimate.yml