summaryrefslogtreecommitdiffstats
path: root/util/lint/kconfig_lint
Commit message (Expand)AuthorAgeFilesLines
* util/lint/kconfig_lint: Fix off by one error that missed last lineMartin Roth2021-11-091-1/+1
* kconfig_lint: use just one variable for keeping track of choicesMichael Niewöhner2021-10-201-10/+3
* kconfig_lint: put $inside_choice together right in the first placeMichael Niewöhner2021-10-201-2/+2
* kconfig_lint: Drop overly restrictive rule about choice configsNico Huber2021-10-181-10/+1
* kconfig_lint: restrict definition of defaults for choice elementsMichael Niewöhner2021-09-231-0/+9
* util/kconfig_lint: Update handle_expressions()Nico Huber2021-04-181-5/+5
* util/kconfig_lint: Turn handle_expressions() into a parserNico Huber2021-04-181-31/+48
* util/kconfig_lint: Drop exception for paths without quotesNico Huber2021-04-061-5/+0
* util/lint/Kconfig_lint: Update Naked BOOL reference to errorMartin Roth2020-07-271-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-9/+2
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-5/+0
* util/lint: Allow non-option carrying named choicesPatrick Georgi2020-02-191-2/+6
* util/lint/kconfig_lint: Handle glob prefix and suffixArthur Heymans2019-11-061-3/+6
* util/lint: Make usage of IS_ENABLED() an errorNico Huber2019-06-041-42/+13
* kconfig_lint: Make uses of CONFIG() on an unknown option an errorJulius Werner2019-04-111-2/+2
* lint/kconfig: More checks, more errorsJulius Werner2019-03-221-28/+27
* lint/kconfig: Update to support new CONFIG() macroJulius Werner2019-03-081-16/+37
* lint/kconfig: Fix check for IS_ENABLED(XXX) where someone forgot CONFIG_Julius Werner2019-03-061-2/+2
* treewide: use /usr/bin/env where appropriateYegor Timoshenko2018-11-171-1/+1
* util/lint: Ignore "visible if" statement in Kconfig filesPatrick Georgi2018-09-181-0/+7
* util/lint: update kconfig_lintMartin Roth2017-07-181-2/+33
* util/lint: Give better warning for help spacing issueMartin Roth2017-06-071-2/+8
* util/lint/kconfig_lint: update help checkingMartin Roth2017-06-071-2/+13
* util/lint: Show an error if a symbol is created in two choice blocksMartin Roth2017-03-271-0/+4
* lint/kconfig_lint: Make sure all symbols have a type definedMartin Roth2016-12-121-0/+29
* kconfig_lint: More updates for excluded filesMartin Roth2016-11-281-2/+2
* kconfig_lint: exclude payloads from search, add back specific filesMartin Roth2016-11-281-3/+4
* Revert "util/lint/kconfig_lint: change warning levels and text"Martin Roth2016-10-031-13/+5
* util/lint/kconfig_lint: change warning levels and textMartin Roth2016-10-031-5/+13
* util/lint/kconfig_lint: Check default typesMartin Roth2016-10-031-2/+34
* kconfig_lint: make sure if and endif statements are balancedMartin Roth2016-03-031-0/+13
* kconfig_lint: Fix checks when running in taint modeMartin Roth2016-02-241-4/+15
* kconfig_lint: demote 'always defined' errors to warningsMartin Roth2016-02-091-2/+2
* kconfig_lint: Check for IS_ENABLED used on symbols without CONFIG_Martin Roth2016-02-091-0/+21
* kconfig_lint: add comments and whitespace fixes.Martin Roth2016-01-301-12/+15
* kconfig_lint: Skip temp files when looking for unused Kconfig files.Martin Roth2016-01-301-1/+5
* kconfig_lint: Update prompt structureMartin Roth2016-01-301-1/+6
* kconfig_lint: Add warning if tristate type is used in corebootMartin Roth2016-01-301-0/+4
* kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth2016-01-301-1/+16
* kconfig_lint: Don't look at IS_ENABLED() text in comments.Martin Roth2016-01-301-1/+1
* kconfig_lint: Exclude some Kconfig symbols from unused symbol checksMartin Roth2016-01-301-0/+6
* kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth2016-01-301-15/+7
* util/lint/kconfig_lint: Add 3 new checksMartin Roth2016-01-181-5/+70
* util/lint/kconfig_lint: Run through perltidy to fix whitespaceMartin Roth2016-01-121-70/+93
* kconfig_lint: Fix check_is_enabled for 2 symbols on the same lineMartin Roth2015-12-021-12/+18
* kconfig_lint: Change from '$file at line $line' to $file:$lineMartin Roth2015-12-021-28/+27
* kconfig_lint: Separate errors from warningsMartin Roth2015-12-021-140/+93
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-3/+0
* lint: Add Kconfig / Kconfig symbol lint toolMartin Roth2015-10-291-0/+1153