Code quality: remove rule for map()
This commit is contained in:
parent
e80473903e
commit
ac5b0af63e
|
@ -117,7 +117,6 @@ ButterKnife\.findById\(
|
||||||
|
|
||||||
### Bad formatting of chain (missing new line)
|
### Bad formatting of chain (missing new line)
|
||||||
\w\.flatMap\(
|
\w\.flatMap\(
|
||||||
\w\.map\(
|
|
||||||
|
|
||||||
### Bad formatting of Realm query chain. Insert new line
|
### Bad formatting of Realm query chain. Insert new line
|
||||||
\)\.equalTo
|
\)\.equalTo
|
||||||
|
|
Loading…
Reference in New Issue