diff --git a/.codeclimate.yml b/.codeclimate.yml index f006734c5893..390a5217b1ef 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,36 @@ +engines: + csslint: + enabled: true + duplication: + enabled: true + config: + languages: + - ruby + - javascript + - python + - php + eslint: + enabled: false + 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" +- "**.min.js" +- "**.min.php" +- "**.min.css"