Skip to content

Commit

Permalink
Disable file_length rule on Menu.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Nov 11, 2020
1 parent 034cdc0 commit 226a8c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Maccy/Menu.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// swiftlint:disable file_length
import AppKit

// Custom menu supporting "search-as-you-type" based on https://github.com/mikekazakov/MGKMenuWithFilter.
Expand Down Expand Up @@ -400,3 +401,4 @@ class Menu: NSMenu, NSMenuDelegate {
}
}
// swiftlint:enable type_body_length
// swiftlint:enable file_length

0 comments on commit 226a8c5

Please sign in to comment.