Revision 8fae0052c8e0888953da159045909ea2c1336b3d authored by Semen Zhydenko on 11 February 2018, 02:58:13 UTC, committed by jekyllbot on 11 February 2018, 02:58:13 UTC
Merge pull request 6764
1 parent 33017b7
Raw File
.codeclimate.yml
engines:
  fixme:
    enabled: false
  rubocop:
    enabled: true
    channel: rubocop-0-49

exclude_paths:
  - .codeclimate.yml
  - .gitignore
  - .rspec
  - .rubocop.yml
  - .travis.yml

  - Gemfile.lock
  - CHANGELOG.{md,markdown,txt,textile}
  - CONTRIBUTING.{md,markdown,txt,textile}
  - readme.{md,markdown,txt,textile}
  - README.{md,markdown,txt,textile}
  - Readme.{md,markdown,txt,textile}
  - ReadMe.{md,markdown,txt,textile}
  - COPYING
  - LICENSE

  - features/**/*
  - script/**/*
  - docs/**/*
  - spec/**/*
  - test/**/*
  - vendor/**/*

ratings:
  paths:
    - lib/**/*.rb
back to top