Age | Commit message (Expand) | Author |
2022-11-24 | util/lint: Ignore fmd files when evaluating Kconfig symbols | Martin Roth |
2022-10-29 | util/lint: fall back to regular grep in kconfig_lint | Solomon Alan-Dei |
2021-11-09 | util/lint/kconfig_lint: Fix off by one error that missed last line | Martin Roth |
2021-10-20 | kconfig_lint: use just one variable for keeping track of choices | Michael Niewöhner |
2021-10-20 | kconfig_lint: put $inside_choice together right in the first place | Michael Niewöhner |
2021-10-18 | kconfig_lint: Drop overly restrictive rule about choice configs | Nico Huber |
2021-09-23 | kconfig_lint: restrict definition of defaults for choice elements | Michael Niewöhner |
2021-04-18 | util/kconfig_lint: Update handle_expressions() | Nico Huber |
2021-04-18 | util/kconfig_lint: Turn handle_expressions() into a parser | Nico Huber |
2021-04-06 | util/kconfig_lint: Drop exception for paths without quotes | Nico Huber |
2020-07-27 | util/lint/Kconfig_lint: Update Naked BOOL reference to error | Martin Roth |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | util/: Replace GPLv2 boiler plate with SPDX header | Patrick Georgi |
2020-05-09 | AUTHORS, util/: Drop individual copyright notices | Patrick Georgi |
2020-02-19 | util/lint: Allow non-option carrying named choices | Patrick Georgi |
2019-11-06 | util/lint/kconfig_lint: Handle glob prefix and suffix | Arthur Heymans |
2019-06-04 | util/lint: Make usage of IS_ENABLED() an error | Nico Huber |
2019-04-11 | kconfig_lint: Make uses of CONFIG() on an unknown option an error | Julius Werner |
2019-03-22 | lint/kconfig: More checks, more errors | Julius Werner |
2019-03-08 | lint/kconfig: Update to support new CONFIG() macro | Julius Werner |
2019-03-06 | lint/kconfig: Fix check for IS_ENABLED(XXX) where someone forgot CONFIG_ | Julius Werner |
2018-11-17 | treewide: use /usr/bin/env where appropriate | Yegor Timoshenko |
2018-09-18 | util/lint: Ignore "visible if" statement in Kconfig files | Patrick Georgi |
2017-07-18 | util/lint: update kconfig_lint | Martin Roth |
2017-06-07 | util/lint: Give better warning for help spacing issue | Martin Roth |
2017-06-07 | util/lint/kconfig_lint: update help checking | Martin Roth |
2017-03-27 | util/lint: Show an error if a symbol is created in two choice blocks | Martin Roth |
2016-12-12 | lint/kconfig_lint: Make sure all symbols have a type defined | Martin Roth |
2016-11-28 | kconfig_lint: More updates for excluded files | Martin Roth |
2016-11-28 | kconfig_lint: exclude payloads from search, add back specific files | Martin Roth |
2016-10-03 | Revert "util/lint/kconfig_lint: change warning levels and text" | Martin Roth |
2016-10-03 | util/lint/kconfig_lint: change warning levels and text | Martin Roth |
2016-10-03 | util/lint/kconfig_lint: Check default types | Martin Roth |
2016-03-03 | kconfig_lint: make sure if and endif statements are balanced | Martin Roth |
2016-02-24 | kconfig_lint: Fix checks when running in taint mode | Martin Roth |
2016-02-09 | kconfig_lint: demote 'always defined' errors to warnings | Martin Roth |
2016-02-09 | kconfig_lint: Check for IS_ENABLED used on symbols without CONFIG_ | Martin Roth |
2016-01-30 | kconfig_lint: add comments and whitespace fixes. | Martin Roth |
2016-01-30 | kconfig_lint: Skip temp files when looking for unused Kconfig files. | Martin Roth |
2016-01-30 | kconfig_lint: Update prompt structure | Martin Roth |
2016-01-30 | kconfig_lint: Add warning if tristate type is used in coreboot | Martin Roth |
2016-01-30 | kconfig_lint: merge 'git grep' and 'grep' exclude dir and files | Martin Roth |
2016-01-30 | kconfig_lint: Don't look at IS_ENABLED() text in comments. | Martin Roth |
2016-01-30 | kconfig_lint: Exclude some Kconfig symbols from unused symbol checks | Martin Roth |
2016-01-30 | kconfig_lint: merge 'git grep' and 'grep' exclude dir and files | Martin Roth |
2016-01-18 | util/lint/kconfig_lint: Add 3 new checks | Martin Roth |
2016-01-12 | util/lint/kconfig_lint: Run through perltidy to fix whitespace | Martin Roth |
2015-12-02 | kconfig_lint: Fix check_is_enabled for 2 symbols on the same line | Martin Roth |
2015-12-02 | kconfig_lint: Change from '$file at line $line' to $file:$line | Martin Roth |
2015-12-02 | kconfig_lint: Separate errors from warnings | Martin Roth |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-29 | lint: Add Kconfig / Kconfig symbol lint tool | Martin Roth |