Merge pull request #25 from TouchInstinct/fix/access-level

close #22
This commit is contained in:
Igor Kislyuk 2017-12-04 11:35:38 +03:00 committed by GitHub
commit 65b29a453c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ custom_rules:
private_variable:
name: "Private variable"
regex: '(?<!private\s)let\s\w*(:|(\s=))\sVariable'
regex: '(?<!private\s\w*)let\s\w*(:|(\s=))\sVariable'
message: "Please use (file)private with variable."
severity: error