Rename Locales and Templates folders to be more consistent

This commit is contained in:
Frédéric Guillot
2014-10-24 22:51:30 -04:00
parent 180efb962c
commit 90e0616299
132 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/Templates/*'
- 'app/Template/*'
paths: { }
tools:
php_sim:
@@ -12,7 +12,7 @@ tools:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/Templates/*'
- 'app/Template/*'
paths: { }
php_pdepend:
enabled: true
@@ -24,7 +24,7 @@ tools:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/Templates/*'
- 'app/Template/*'
paths: { }
php_analyzer:
enabled: true
@@ -35,7 +35,7 @@ tools:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/Templates/*'
- 'app/Template/*'
paths: { }
path_configs: { }
php_changetracking:
@@ -49,5 +49,5 @@ tools:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'app/Templates/*'
- 'app/Template/*'
paths: { }