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.
2 parents 231312c + a87fe24 commit d5b400cCopy full SHA for d5b400c
.pullapprove.yml
@@ -2,7 +2,7 @@ version: 2
2
3
requirements:
4
signed_off_by:
5
- required: true
+ required: false
6
7
group_defaults:
8
required: 2
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