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 aebe6a9 commit 6c93115Copy full SHA for 6c93115
openwisp-qa-check
@@ -88,7 +88,7 @@ runjsprettiercheck() {
88
prettier $(find . -type f -name "*.js" -a ! -path "*vendor/*.js") --check &&
89
echo "SUCCESS: Prettier check successful!" ||
90
{
91
- echoerr "ERROR: Prettier check failed! Hint: please follow js code conventions. Visit: https://openwisp.io/docs/developer/contributing.html#javascript-code-conventions"
+ echoerr "ERROR: Prettier check failed! Hint: please follow js code conventions. Visit: https://openwisp.io/docs/dev/developer/contributing.html#css-and-javascript-code-conventions"
92
FAILURE=1
93
}
94
else
0 commit comments