Add colors for OK and FAIL cases
[kconfig-hardened-check.git] / kconfig_hardened_check / engine.py
2023-09-09 FrakAdd colors for OK and FAIL cases
2023-07-22 Alexander PopovRefactor populate_opt_with_data()
2023-07-08 Alexander PopovIntroduce the SysctlCheck class
2023-06-12 Alexander PopovImprove the comments and README
2023-04-22 Alexander Popovengine: implement override_expected_value()
2023-04-02 Alexander Popovengine: remove the unused 'type' property from the...
2023-04-02 Alexander PopovFix a pylint warning about f-string
2023-03-24 Alexander PopovPrevent populating the checklist with empty data
2023-03-06 Alexander PopovFix the bug in OptCheck.check() introduced in cb779a71b...
2023-03-05 Alexander PopovUse similar f-strings for more cases
2023-02-26 Alexander PopovImprove the 'pylint disable' statements
2023-02-26 Alexander PopovAdd docstrings for the modules
2023-02-26 Alexander PopovSplit into Python modules