anomaly/jekyll-faker

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
version: "2"
plugins:
  # --
  # ๐Ÿ˜ž
  # @see https://github.com/seattlerb/ruby_parser/issues/255
  # This can break on some Regexps.
  #   So it's disabled.
  # --
  duplication:
    enabled: false
  rubocop:
    # --
    # ๐Ÿคจ
    # We must set the default version we want.
    #   Sometimes CodeClimate lags.
    # --
    channel: rubocop-0-52
    enabled: true
    config:
      file: .rubocop.yml
ratings:
  paths:
  - "spec/tests/**.rb"
  - "lib/**.rb"