Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9382c5329 | |||
| a264c319c2 |
@@ -257,6 +257,12 @@ custom_rules:
|
||||
message: "Use `ParameterClosure` instead of declaring an explicit return value of `Void`."
|
||||
severity: error
|
||||
|
||||
strong_self:
|
||||
name: "Strong self"
|
||||
regex: 'guard[\s\S]*= *self[\s\S]*else'
|
||||
message: "Use a local function with `weak self` instead of `strong self`."
|
||||
severity: error
|
||||
|
||||
# Rx
|
||||
|
||||
unused_map_parameter:
|
||||
|
||||
Reference in New Issue
Block a user