Skip to main content

How to skip an analysis?

By default, Codacy automatically analyzes a repository whenever you push changes. However, you can override this behavior by adding one of the "skip" tags - [ci skip], [skip ci], [codacy skip] or [skip codacy] - anywhere in the subject or body of the commit message. For example:

git commit -a -m "Add eslint-plugin-chai-expect version 1.1.1 [ci skip]"

If you later decide to analyze a skipped commit, you can override any skip tags by reanalyzing the commit.

note

This feature isn't supported for pull requests.