From 467ca03a0251390587f20918ea9118b1ac8bcbdc Mon Sep 17 00:00:00 2001 From: adamantike Date: Wed, 27 Jan 2016 12:56:10 -0300 Subject: Clean up Code Climate configuration --- .codeclimate.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to '.codeclimate.yml') diff --git a/.codeclimate.yml b/.codeclimate.yml index 14441ba..92ec005 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,27 +1,18 @@ ---- engines: duplication: enabled: true config: languages: - - ruby - - javascript - python - - php fixme: enabled: true + pep8: + enabled: true radon: enabled: true ratings: paths: - - "**.inc" - - "**.js" - - "**.jsx" - - "**.module" - - "**.php" - "**.py" - - "**.rb" exclude_paths: - tests/**/* - rsa/_version*.py - -- cgit v1.2.1