diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-07-15 19:11:50 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-07-16 15:12:53 +0900 |
commit | 5687d01121f7e442a13b7b8caf2489811a3f4548 (patch) | |
tree | ce4a20c76b7730326c9e77d672f4be82fa7d95ee /task | |
parent | 9e42c6096a65308c6084b42d4dfceddf7ac13444 (diff) | |
download | bundler-5687d01121f7e442a13b7b8caf2489811a3f4548.tar.gz |
[RuboCop] Enable Layout/EmptyLineAfterMagicComment cop
Diffstat (limited to 'task')
-rw-r--r-- | task/git_hooks.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/task/git_hooks.rake b/task/git_hooks.rake index e70d66afaa..5c5482caa1 100644 --- a/task/git_hooks.rake +++ b/task/git_hooks.rake @@ -1,4 +1,5 @@ # frozen_string_literal: true + directory ".git/hooks" file ".git/hooks/pre-commit" => [__FILE__] do |t| |