Fix a typo

This commit is contained in:
Vijay Dev 2016-08-07 16:36:51 +05:30 committed by GitHub
parent fb98d2e571
commit 8f26f31934
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
AllCops:
TargetRubyVersion: 2.3
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explictily set in this file are enabled.
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
Exclude:
- '**/templates/**/*'