From 13f3ac447ac6feaf97d75f5ebd1b6d65781b0c8d Mon Sep 17 00:00:00 2001 From: Prashu Chaudhary Date: Sat, 28 Oct 2017 16:28:30 +0530 Subject: [PATCH 1/2] Created Code Climate YML file --- .codeclimate.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..856ca97 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,25 @@ +--- +engines: + duplication: + enabled: true + config: + languages: + - ruby + - javascript + - python + - php + fixme: + enabled: true + radon: + enabled: true +ratings: + paths: + - "**.inc" + - "**.js" + - "**.jsx" + - "**.module" + - "**.php" + - "**.py" + - "**.rb" +exclude_paths: +- test/ From 8529f173fb15fdef197edc67a634337a5f3ad00b Mon Sep 17 00:00:00 2001 From: mbernier Date: Wed, 15 Nov 2017 15:47:34 -0700 Subject: [PATCH 2/2] updated from example here https://github.com/codeclimate/python-test-reporter/blob/master/.codeclimate.yml --- .codeclimate.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 856ca97..3d89c6a 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,25 +1,19 @@ ---- engines: duplication: enabled: true config: languages: - - ruby - - javascript - python - - php fixme: enabled: true + markdownlint: + enabled: true + pep8: + enabled: true radon: enabled: true ratings: paths: - "**.inc" - - "**.js" - - "**.jsx" - "**.module" - - "**.php" - - "**.py" - - "**.rb" -exclude_paths: -- test/ + - "**.py" \ No newline at end of file