aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-05-07 16:57:31 +0530
committerRoopesh Chander <roop@roopc.net>2019-05-20 16:42:27 +0530
commit404fa741e866238a4e1481e671fcf4e216667317 (patch)
tree2cf293fdf821632f935cd21b3ba1d0a555620084 /WireGuard
parentmacOS: Set a main menu for the app (diff)
downloadwireguard-apple-404fa741e866238a4e1481e671fcf4e216667317.tar.xz
wireguard-apple-404fa741e866238a4e1481e671fcf4e216667317.zip
macOS: swiftlint: Suppress incorrect warnings
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard')
-rw-r--r--WireGuard/WireGuard/UI/macOS/MainMenu.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/UI/macOS/MainMenu.swift b/WireGuard/WireGuard/UI/macOS/MainMenu.swift
index 72bba71..9a5a8ef 100644
--- a/WireGuard/WireGuard/UI/macOS/MainMenu.swift
+++ b/WireGuard/WireGuard/UI/macOS/MainMenu.swift
@@ -3,6 +3,8 @@
import Cocoa
+// swiftlint:disable colon
+
class MainMenu: NSMenu {
init() {
super.init(title: "")