mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
travis: turn off copyright year checks in checksrc
Invoking the maintainer intended COPYRIGHTYEAR check for everyone
in the PR pipeline is too invasive, especially at the turn of the
year when many files get affected. Remove and leave it as a tool
for maintainers to verify patches before commits.
This reverts f7bdf4b2e1
.
After discussion with: Daniel Stenberg
This commit is contained in:
parent
13f09f6f6b
commit
90254d0d65
@ -327,9 +327,6 @@ script:
|
|||||||
make test-nonflaky
|
make test-nonflaky
|
||||||
fi
|
fi
|
||||||
if [ -n $CHECKSRC ]; then
|
if [ -n $CHECKSRC ]; then
|
||||||
echo "enable COPYRIGHTYEAR" > "lib/.checksrc"
|
|
||||||
echo "enable COPYRIGHTYEAR" > "src/.checksrc"
|
|
||||||
echo "enable COPYRIGHTYEAR" > "include/curl/.checksrc"
|
|
||||||
make checksrc
|
make checksrc
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user