codeclimate.yml 185 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 # Save as .codeclimate.yml (note leading .) in project root directory languages: JavaScript: true PHP: true exclude_paths: - "tests/*" - "grunt/*" - "grunt/**/*" - "js/jquery.qtip*"