Browse Source

exclude test paths

pull/1613/head
ABaldwinHunter 9 years ago
parent
commit
5431f44180
  1. 6
      .codeclimate.yml

6
.codeclimate.yml

@ -4,7 +4,5 @@ engines:
enabled: true enabled: true
pep8: pep8:
enabled: true enabled: true
ratings: exclude_paths:
paths: - tests/**/*
- flask/**/*
- tests/**/*

Loading…
Cancel
Save