UIViewController viewIsAppearing
is not supported by type_contents_order
rule
#5259
Closed
2 tasks done
Labels
enhancement
Ideas for improvements of existing features and rules.
good first issue
Issue to be taken up by new contributors yet unfamiliar with the project.
New Issue Checklist
Describe the bug
Since Xcode 15 SDK Apple introduced a new
UIViewController
life cycle methodviewIsAppearing(_:)
. The official documentation for the new method can be found here.As for now
type_contents_order
rule considers the new method asother_method
that is not correct. The new method should be considered asview_life_cycle_method
.Complete output when running SwiftLint, including the stack trace and command used
Environment
Are you using nested configurations?
No
Which Xcode version are you using (check
xcodebuild -version
)?Xcode 15.0 Build version 15A240d
Do you have a sample that shows the issue?
The text was updated successfully, but these errors were encountered: