Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openwisp-qa-check
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runjsprettiercheck() {
prettier $(find . -type f -name "*.js" -a ! -path "*vendor/*.js") --check &&
echo "SUCCESS: Prettier check successful!" ||
{
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"
FAILURE=1
}
else
Expand Down
Loading