Big rework of the report modes
authorAlexander Popov <alex.popov@linux.com>
Mon, 13 Jul 2020 18:13:43 +0000 (21:13 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 13 Jul 2020 18:34:21 +0000 (21:34 +0300)
commiteeb0b9ee58eec087b0bd7b5b3428b4c9d1078c4a
tree8723aa14336677639d08aea32e455c423656a2d2
parent21d9db9091e02ca7aa377f3e2e646bd608b7fca7
Big rework of the report modes

Let's fold the alternative options --debug and --json into --mode parameter:
  -m {verbose,json}, --mode {verbose,json}
   choose the report mode

That also allows to get rid of 'debug_mode' and 'json_mode' globals.

This work is a prerequisite of solving the issue #45.
.github/workflows/main.yml
README.md
kconfig_hardened_check/__init__.py