Attention is currently required from: Martin Roth.

Nico Huber has uploaded this change for review.

View Change

util/kconfig_lint: Drop exception for paths without quotes

The tree is clean at the moment.

Change-Id: I1be3b6c2f3b54b5c10ad3d5c6f0a6fd7e490c6bc
Signed-off-by: Nico Huber <nico.h@gmx.de>
---
M util/lint/kconfig_lint
1 file changed, 0 insertions(+), 5 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/52066/1
diff --git a/util/lint/kconfig_lint b/util/lint/kconfig_lint
index 2341976..43a3ca6 100755
--- a/util/lint/kconfig_lint
+++ b/util/lint/kconfig_lint
@@ -993,11 +993,6 @@
handle_expressions( $1, $inside_config, $filename, $line_no );
handle_expressions( $2, $inside_config, $filename, $line_no );
}
-
- # work around kconfig spec violation for now - paths not in quotes
- elsif ( $exprline =~ /^\s*([A-Za-z0-9_\-\/]+)\s*$/ ) { # <symbol> (1)
- return;
- }
else {
show_error("Unrecognized expression '$exprline' in $filename line $line_no.");
}

To view, visit change 52066. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1be3b6c2f3b54b5c10ad3d5c6f0a6fd7e490c6bc
Gerrit-Change-Number: 52066
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Attention: Martin Roth <martinroth@google.com>
Gerrit-MessageType: newchange