mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Add codeclimate config file
This commit is contained in:
11
.codeclimate.yml
Normal file
11
.codeclimate.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
engines:
|
||||
rubocop:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- app/**
|
||||
- lib/**
|
||||
- "**.rb"
|
||||
exclude_paths:
|
||||
- spec/**/*
|
||||
- vendor/**/*
|
||||
Reference in New Issue
Block a user