1
0
Fork 0
llvm-premerge-checks/Jenkins
Mikhail Goncharov 276978ff1f Ignore selected paths for clang-format and clang-tidy
Now clang-format report will skip files matching `clang-format.ignore`.
For now it's empty.

clang-tidy will not receive diffs for `clang-tidy.ignore` (it still can
produce warnings for these files).
In addition build bot will not will not post comments for files
that are matched by `clang-tidy-comments.ignore`. Now project/file should
be whitelisted to receive inline comments from clang-tidy.

Added all /test directories to `clang-tidy.ignore`.

Other alternatives considered:

- using 'compile_commands.json': does not contain header files.
- specifying -regex option to 'clang-tidy-diff': probably not the best
  experience of providing multiple rules and maintaining a single regex.
2020-01-22 19:05:36 +01:00
..
master-linux-pipeline disabled test results as it did not work 2019-12-19 09:28:46 +00:00
master-windows-pipeline trying to ignore stderr in gsutil 2019-12-20 13:36:53 +00:00
Phabricator-pipeline Ignore selected paths for clang-format and clang-tidy 2020-01-22 19:05:36 +01:00
Phabricator-windows-pipeline using bat to run python command 2020-01-16 14:17:46 +00:00
release-pipeline fixed paths 2020-01-17 09:11:17 +01:00