zephyr/scripts/ci/sanitycheck_ignore.txt
Anas Nashif 3cb1b437d2 ci: do not run sanitycheck on linter config changes
Do not run sanitycheck on linter configuration changes.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-07-03 07:58:31 -04:00

33 lines
715 B
Plaintext

# Add one pattern per line.
#
# The patterns listed in this file will be compared with the list of files
# changed in a patch series (Pull Request) and if all files in the pull request
# are matched, then sanitycheck will not do a full run and optionally will only
# run on changed tests or boards.
#
.gitlint
.checkpatch.conf
.clang-format
.codecov.yml
.editorconfig
.gitattributes
.gitignore
.known-issues
.mailmap
.uncrustify.cfg
CODEOWNERS
LICENSE
Makefile
tests/*
samples/*
doc/*
# GH action have no impact on code
.github/*
*.rst
*.md
# if we change this file or associated script, it should not trigger a full
# sanitycheck.
scripts/ci/sanitycheck_ignore.txt
scripts/ci/what_changed.py
scripts/requirements*