8000 Release v1.0 by jacebrowning · Pull Request #83 · flask-api/flask-api · GitHub
[go: up one dir, main page]

Skip to content

Release v1.0 #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Aug 29, 2017
Prev Previous commit
Next Next commit
Add scrutinizer config
  • Loading branch information
jacebrowning committed Aug 21, 2017
commit 838fe8b67554e295812fe41560000374463b3a98
8 changes: 8 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
checks:
python:
code_rating: true
duplicate_code: true
filter:
excluded_paths:
- "*/tests/*"
- "*.min.js"
0