Remove abiguity in lint warning message - commit could still be blocked by other checks
This commit is contained in:
@@ -67,7 +67,7 @@ while read oldrev newrev refname; do
|
||||
if [[ $rc != 0 ]]; then
|
||||
if [[ $warned = 0 ]]; then
|
||||
echo -e "\e[0;33m" "Please follow the puppet module styleguide (http://docs.puppetlabs.com/guides/style_guide.html)." "\e[0m"
|
||||
echo -e "\e[0;33m" "The above ERROR/WARNING messages are informational only. The commit has been accepted. In the future, these may cause your commit to be refused." "\e[0m"
|
||||
echo -e "\e[0;33m" "The above ERROR/WARNING messages are informational only. The commit has not been blocked for this reason. In the future, these may cause your commit to be refused." "\e[0m"
|
||||
warned=1
|
||||
fi
|
||||
echo -e "\e[0;33m" "Style guide compliance errors in $puppetmodule:" "\e[0m"
|
||||
|
||||
Reference in New Issue
Block a user