aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2016-08-07 16:36:51 +0530
committerGitHub <noreply@github.com>2016-08-07 16:36:51 +0530
commit8f26f31934b4f0c694a081d2a89996f3935768d1 (patch)
tree3883033944a41950e6206a1e212857b70a5ea9d4 /.rubocop.yml
parentfb98d2e57162876c0e1823a5357bc44a932d08b9 (diff)
downloadrails-8f26f31934b4f0c694a081d2a89996f3935768d1.tar.gz
rails-8f26f31934b4f0c694a081d2a89996f3935768d1.tar.bz2
rails-8f26f31934b4f0c694a081d2a89996f3935768d1.zip
Fix a typo
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index d56e757e71..dafdd063bf 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -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/**/*'