Skip to content

Commit

Permalink
Remove again
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Nov 2, 2020
1 parent e6df1d3 commit 6e49f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private extension SwiftLintFile {
let cursorInfo = self.cursorInfo(at: nameOffset, compilerArguments: compilerArguments)

if let annotatedDecl = cursorInfo?.annotatedDeclaration,
["@IBOutlet", "@IBAction", "@objc", "@IBInspectable"].contains(where: annotatedDecl.contains) {
["@IBAction", "@objc"].contains(where: annotatedDecl.contains) {
return nil
}

Expand Down

0 comments on commit 6e49f12

Please sign in to comment.