Skip to content

Commit

Permalink
Fix DiscardedNotificationCenterObserverRule
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTaykalo committed Nov 7, 2019
1 parent ed9f2ad commit 2a308c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ private extension SourceKittenDictionary {
SwiftDeclarationKind.functionKinds.contains(kind) {
results.append(dictionary)
}
dictionary.substructure.forEach(parse)
}
parse(self)
return results
Expand Down

0 comments on commit 2a308c1

Please sign in to comment.