This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
llvm-premerge-checks
Watch
1
Star
0
Fork
You've already forked llvm-premerge-checks
0
Code
Activity
ce74784e48
llvm-premerge-checks
/
scripts
/
phabtalk
/
requirements.txt
5 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
Add pathspec pip package.
2020-01-22 18:04:18 +01:00
phabricator==0.7.0
lxml==4.4.1
gitpython==3.0.5
retrying==1.3.3
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 13:23:07 +01:00
pathspec=0.7.0
Copy permalink