diff options
author | yhirano <yhirano@me.com> | 2017-04-30 07:23:45 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-30 00:23:45 +0200 |
commit | 8325866c6101c7b63b616e7e0035080ef1af96a7 (patch) | |
tree | c469fbd1529052675602caac06653db3ab205e9c /Capfile | |
parent | 01e011bc902709db6ec92bcea0136ae9fd258c34 (diff) |
Downgrade rubocop 0.48.1 => 0.46.0 (#2628)
* downgrade rubocop 0.48.1 => 0.46.0 * exclude vendor/**/* from rubocop target files * add frozen_string_literal comment line * fix percent literal delimited by ( and ) * fix alignment * remove comment disabling unknown cop
Diffstat (limited to 'Capfile')
-rw-r--r-- | Capfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Capfile b/Capfile index 5bbf6933b..93d78e107 100644 --- a/Capfile +++ b/Capfile @@ -1,3 +1,4 @@ +# frozen_string_literal: true require 'capistrano/setup' require 'capistrano/deploy' require 'capistrano/scm/git' |