Skip to content

Commit

Permalink
Swiftlint record mode rule (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scollaco committed May 10, 2018
1 parent c2c2195 commit c434862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ custom_rules:
name: "Record Mode Prohibited"
regex: "recordMode = true"
message: "Do not use `recordMode = true`."
severity: error
severity: warning

0 comments on commit c434862

Please sign in to comment.