yoshinorin / Kinugasa

:umbrella: My Library for .NET
MIT License
0 stars 0 forks source link

Setup code climate. #19

Closed yoshinorin closed 8 years ago

yoshinorin commented 8 years ago
yoshinorin commented 8 years ago

.codeclimate.yml sample.

engines:
  fixme:
    enabled: true
    config:
      strings:
      - FIXME
      - BUG
      - CUSTOM
      - HACK
      - TODO
  markdownlint:
    enabled: true
exclude_paths:
- "Test/"