Codeclimate analysis runs for every pull request that is raised. However, I would like it to skip the analysis when changes are done to files under the excluded folders.
Is it possible to configure such behaviour? The aim is to reduce the time taken for a change/fix to be merged. And for fixes that don't involve the code that needs to be analyzed, I would like the changes to be merged without waiting for the analysis to be over.
Yes, you can exclude files or folders using
exclude_paths
in a.codeclimate.yml
file.Some samples:
For details you can check Excluding Files and Folders