Merge pull request #60 from TouchInstinct/inout

allow inout keyword
This commit is contained in:
Ivan Smolin 2018-06-29 10:21:51 +03:00 committed by GitHub
commit ba2a9ed6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 8 deletions

View File

@ -127,13 +127,6 @@ custom_rules:
message: "Please use `weak` instead. "
severity: error
inout_keyword:
name: "Inout"
regex: 'inout'
message: "Don't use inout arguments"
severity: error
match_kinds: keyword
continue_keyword:
name: "Continue"
regex: 'continue'
@ -146,6 +139,6 @@ custom_rules:
regex: '[а-яА-Я]+'
message: "Localize or translate"
severity: error
match_kinds:
match_kinds:
- identifier
- string