1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-03-23 03:40:45 -04:00
tootlab-mastodon/.codeclimate.yml

19 lines
227 B
YAML
Raw Normal View History

engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
rubocop:
enabled: true
eslint:
enabled: true
ratings:
paths:
- "**.rb"
- "**.js"
exclude_paths:
- spec/
- vendor/asset