Skip to content

Commit

Permalink
Update best_practices.yaml with latest SwiftUI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yanz-safe authored Nov 13, 2024
1 parent d94f4a5 commit af79550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mobsfscan/rules/patterns/ios/swift/best_practices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
- \.autocorrectionType\s*=\s*\.No
- UITextAutocorrectionTypeNo
- \.disableAutocorrection\s*\(\s*true\s*\)
- \.autocorrectionDisabled\s*\(\s*true\s*\)
- \.autocorrectionDisabled\s*\(\)
severity: INFO
type: RegexOr
metadata:
Expand Down

0 comments on commit af79550

Please sign in to comment.