Skip to content

Commit

Permalink
Update scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Nov 6, 2014
1 parent 63a6397 commit 93e422e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .scrutinizer.yml
Expand Up @@ -120,10 +120,10 @@ tools:
enabled: true
naming:
enabled: true
property_name: ^[_a-zA-Z][a-zA-Z0-9_]*$ #Allow leading cap and underscores
method_name: ^(?:[_a-z]|__)[a-zA-Z0-9_]*$ #Allow underscores
isser_method_name: ^(?:[_a-z]|__)[a-zA-Z0-9]*$
local_variable: ^[a-z][a-zA-Z0-9_]*$
property_name: ^[_a-zA-Z][a-zA-Z0-9_]*$ #Allow underscores & caps
method_name: ^(?:[_a-zA-Z]|__)[a-zA-Z0-9_]*$ #Allow underscores & caps
isser_method_name: ^(?:[_a-zA-Z]|__)[a-zA-Z0-9]*$ #Allow underscores & caps
local_variable: ^[a-zA-Z][a-zA-Z0-9_]*$ #Allow caps
filter:
excluded_paths:
- 'docs/*'
Expand Down

0 comments on commit 93e422e

Please sign in to comment.