|
@@ -88,8 +88,10 @@ class CommentsMenusPackagesOrder(_CheckFunction):
|
|
|
|
|
|
def check_line(self, lineno, text):
|
|
def check_line(self, lineno, text):
|
|
# We only want to force sorting for the top-level menus
|
|
# We only want to force sorting for the top-level menus
|
|
- if self.filename not in ["package/Config.in",
|
|
|
|
- "package/Config.in.host"]:
|
|
|
|
|
|
+ if self.filename not in ["fs/Config.in",
|
|
|
|
+ "package/Config.in",
|
|
|
|
+ "package/Config.in.host",
|
|
|
|
+ "package/kodi/Config.in"]:
|
|
return
|
|
return
|
|
|
|
|
|
source_line = re.match(r'^\s*source ".*/([^/]*)/Config.in(.host)?"', text)
|
|
source_line = re.match(r'^\s*source ".*/([^/]*)/Config.in(.host)?"', text)
|