Skip to content

Commit

Permalink
Setup Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
julien731 committed Feb 20, 2016
1 parent 7ef3b4f commit 857d2f6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
filter:
excluded_paths:
- 'vendor/*'
- '*/vendor/*'
- 'languages/*'

tools:
external_code_coverage: false
php_code_sniffer: true
js_hint: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, languages]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Google Authenticator for WordPress
==================================

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/julien731/WP-Google-Authenticator/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/julien731/WP-Google-Authenticator/?branch=master)

If you are concerned about security, you should look into 2-factor authentication.

*Quick reminder:* 2-factor authentication adds an extra layer of security by requesting a one time password in addition to standard username / password credentials.
Expand Down

0 comments on commit 857d2f6

Please sign in to comment.