You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'master' into dependabot/github_actions/dot-github/workflows/master/ossf/scorecard-action-6622d322b30ed8cdd77455e4af0bddb2b735325c
* master:
: Master Branch
[DEBUG] part n+8 of many debugging
[DEBUG] part n+7 of many debugging - exit 0 to allow posing scan alerts
[DEBUG] part n+6 of many debugging
[DEBUG] part n+5 of many debugging
[DEBUG] part n+4 of many debugging
[DEBUG] part n+3 of many debugging
[DEBUG] part n+2 of many debugging
[PATCH] part n+1 of many debugging
[UPDATE] version bump to latest checkmake bd26d7905e47713ff0bf3b0e5e7b9c55f0d24e53
Changes in file .github/tool_checkmake.sh:
fi
function check_command() {
Changes in file .github/workflows/bandit.yml:
jobs:
Changes in file .github/workflows/makefile-lint.yml:
jobs:
Changes in file Makefile:
ifeq "$(RM)" ""
install: init build must_be_root
must_have_flake:
Changes in file docs/FAQ.md:
#### Default Port
Changes in file tests/check_pip:
function check_license_when_given_req() {
Changes in file tests/test_usage.py:
def test_invalid_Error_WHEN_cli_called_GIVEN_bad_input(self):
.PHONY: all clean test cleanup init help clean-docs must_be_root must_have_flake must_have_pytest uninstall cleanup-dev-backups
143
143
144
144
help:
145
-
$(QUIET)$(ECHO)"HELP"
146
-
$(QUIET)$(ECHO)" * house-keeping";
147
-
$(QUIET)$(ECHO)" make help - this help text";
148
-
$(QUIET)$(ECHO)" make build - packages the module";
149
-
$(QUIET)$(ECHO)" make clean - cleans up a bit";
150
-
$(QUIET)$(ECHO)" make init - sets up requirements for first time";
151
-
$(QUIET)$(ECHO)" * install/remove";
152
-
$(QUIET)$(ECHO)" make install - installs the module properly";
153
-
$(QUIET)$(ECHO)" make user-install - trys an unprivliged install (may not work for some users)";
154
-
$(QUIET)$(ECHO)" make uninstall - uninstalls the module";
155
-
$(QUIET)$(ECHO)" make purge - uninstalls the module, and resets most related things";
156
-
$(QUIET)$(ECHO)" (the big exception is init)";
157
-
$(QUIET)$(ECHO)" * misc";
158
-
$(QUIET)$(ECHO)" make build-docs - generate documentation (using sphinx)";
159
-
$(QUIET)$(ECHO)" make test - run minimal acceptance testing";
160
-
$(QUIET)$(ECHO)" make test-style - run some code-style testing";
161
-
$(QUIET)$(ECHO)" make test-pytest - run extensive testing (with pytest)";
162
-
$(QUIET)$(ECHO)"";
145
+
$(QUIET)printf "HELP\nHouse-keeping:\n\tmake help - this help text\n\tmake build - packages the module\n\tmake clean - cleans up a bit\n\tmake init - sets up requirements for first time\nInstall/Remove:\n\tmake install - installs the module properly\n\tmake user-install - tries an unprivileged install (may not work for some users)\n\tmake uninstall - uninstalls the module\n\tmake purge - uninstalls the module, and resets most related things\n\t\t(the big exception is init)\nMisc:\n\tmake build-docs - generate documentation (using sphinx)\n\tmake test - run minimal acceptance testing\n\tmake test-style - run some code-style testing\n\tmake test-pytest - run extensive testing (with pytest)\n\n";
0 commit comments