Change the order of arguments in OptCheck constructor
authorAlexander Popov <alex.popov@linux.com>
Thu, 9 Jul 2020 11:16:40 +0000 (14:16 +0300)
committerAlexander Popov <alex.popov@linux.com>
Thu, 9 Jul 2020 11:16:40 +0000 (14:16 +0300)
commitd64e08377ac6457440ddc3fdae4689119e16da61
tree2c81f30c4ebe4ae9db1bb7061be20d25fe462074
parent9a19ae15617b214eb5400b631ae6c8db08873e43
Change the order of arguments in OptCheck constructor

That makes the code style much better.

Side note: I was thinking a lot about storing the checking rules
separately in some file format. Finally I decided not to do that because:
 - I want avoid additional parsing (these rules are static anyway);
 - the rules include a lot of special cases and exceptions, which
don't look pretty in any format.
kconfig_hardened_check/__init__.py