7 lines
184 B
YAML
7 lines
184 B
YAML
|
# Save as .codeclimate.yml (note leading .) in project root directory
|
||
|
languages:
|
||
|
Ruby: true
|
||
|
|
||
|
exclude_paths:
|
||
|
- "lib/generators/wechat/templates/app/controllers/wechats_controller.rb"
|