mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-06 04:19:26 +00:00
7 lines
160 B
YAML
7 lines
160 B
YAML
# Save as .codeclimate.yml (note leading .) in project root directory
|
|
languages:
|
|
Python: true
|
|
exclude_paths:
|
|
- "tests/*"
|
|
- "connexion/swagger-ui/*"
|