We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda13dc commit a87fe24Copy full SHA for a87fe24
Makefile
@@ -72,7 +72,7 @@ endif
72
.gitvalidation:
73
@which git-validation > /dev/null 2>/dev/null || (echo "ERROR: git-validation not found. Consider 'make install.tools' target" && false)
74
ifdef TRAVIS_COMMIT_RANGE
75
- git-validation -q -run DCO,short-subject,dangling-whitespace
+ git-validation -q -run short-subject,dangling-whitespace
76
else
77
git-validation -v -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..HEAD
78
endif
0 commit comments