Added a Swift rule for assigning nil to an implicitly unwrapped optional (e.g., var num: Int! = 5; num = nil;). Updated the rule table generator to include Swift as another language. If we wanted, we could put Swift in a subdirectory called iOS with Objective-C rules in there as well (when we write some).
Added a Swift rule for assigning nil to an implicitly unwrapped optional (e.g.,
var num: Int! = 5; num = nil;
). Updated the rule table generator to include Swift as another language. If we wanted, we could put Swift in a subdirectory called iOS with Objective-C rules in there as well (when we write some).