Skip to content

Commit

Permalink
[chores:qa] Added help text for --skip-checkrst
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 15, 2020
1 parent 44eeb31 commit 8868011
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openwisp-qa-check
Expand Up @@ -10,6 +10,7 @@ show_help() {
printf " [--skip-flake8]\n"
printf " [--skip-isort]\n"
printf " [--skip-black]\n"
printf " [--skip-checkrst]\n"
printf "\n"
printf "Runs all checks for quality assurance. Unneeded checks may be skipped by passing --skip-<check-name> argument.\n"
printf "\n"
Expand All @@ -34,6 +35,8 @@ show_help() {
printf " --skip-isort\t\t\t: Skip isort check\n"
printf "Black check options:\n"
printf " --skip-black\t\t\t: Skip black check\n"
printf "ReStructuredText check options:\n"
printf " --skip-checkrst\t\t: Skip ReStructuredText check\n"
}

echoerr() { echo "$@" 1>&2; }
Expand Down

0 comments on commit 8868011

Please sign in to comment.