diff --git a/Maccy/Menu.swift b/Maccy/Menu.swift index 233a2825..615b624f 100644 --- a/Maccy/Menu.swift +++ b/Maccy/Menu.swift @@ -1,3 +1,4 @@ +// swiftlint:disable file_length import AppKit // Custom menu supporting "search-as-you-type" based on https://github.com/mikekazakov/MGKMenuWithFilter. @@ -400,3 +401,4 @@ class Menu: NSMenu, NSMenuDelegate { } } // swiftlint:enable type_body_length +// swiftlint:enable file_length