Skip to content

Commit 815dc12

Browse files
committed
♻️ disabling some new SwiftLint warnings
1 parent dcddfa1 commit 815dc12

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

sources/LocalizationEditor/AppDelegate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Created by Igor Kulman on 30/05/2018.
66
// Copyright © 2018 Igor Kulman. All rights reserved.
77
//
8+
// swiftlint:disable private_outlet
89

910
import Cocoa
1011

sources/LocalizationEditor/Extensions/NSView+Localization.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// Copyright © 2019 Igor Kulman. All rights reserved.
77
//
88
// Inspired by https://github.com/PiXeL16/IBLocalizable for iOS
9+
//
10+
// swiftlint:disable unused_setter_value
911

1012
import AppKit
1113
import Foundation

0 commit comments

Comments
 (0)