diff --git a/.codeclimate.yml b/.codeclimate.yml index f006734c5893..ba99e864e512 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,33 @@ +engines: + csslint: + enabled: true + duplication: + enabled: true + config: + languages: + - ruby + - javascript + - python + - php + eslint: + enabled: true + fixme: + enabled: true + phpmd: + enabled: true +ratings: + paths: + - "**.css" + - "**.inc" + - "**.js" + - "**.jsx" + - "**.module" + - "**.php" + - "**.py" + - "**.rb" exclude_paths: - - "bootstrap/cache" - - "resources/" - - "storage/" - - "tests/" - - "**.md" \ No newline at end of file +- "bootstrap/cache" +- "resources/" +- "storage/" +- "tests/" +- "**.md"