diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..d383e8e --- /dev/null +++ b/.scrutinizer.yml @@ -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] \ No newline at end of file diff --git a/README.md b/README.md index e45cb80..b357064 100644 --- a/README.md +++ b/README.md @@ -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.