Commit Graph

13 Commits

Author SHA1 Message Date
William Johnston b53e550fc0 Fix Style/StringLiterals 2016-02-28 17:56:07 -06:00
William Johnston d9a7b23257 Fix to force hash-rockets 2016-02-28 17:56:07 -06:00
Chad Shaffer d6f4499ee8 Address all rubocop lint warnings
* (File, Dir).exists? -> (File, Dir).exist?
* Prepend unused parameter names with an underscore
* Prefer “safe assignment in condition”
* Disambiguate splat operators with parens
* Remove unnecessary assignments (unused variables)
* No longer shadow Vagrant config variable name in Vagrantfile
* Removed some trailing whitespace

Fixes #1404
2015-08-14 14:21:34 -07:00
Lee Hambley bb2b5f3232 Revert "Issue/1404" 2015-03-30 10:23:29 +02:00
Paul Schreiber 62246c997c fixes most of #1404
remaining:
lib/capistrano/configuration/question.rb:41:7: W: Do not suppress exceptions.
      rescue Errno::EIO
      ^^^^^^^^^^^^^^^^^
spec/support/Vagrantfile:8:47: W: Shadowing outer local variable - config.
    config.vm.define(role, primary: true) do |config|
                                              ^^^^^^
2015-03-29 22:28:21 -04:00
Dylan Markow b1e83f7fbc Don't overwrite existing config files
Addresses #1094. Also, there was no :written_file notification for
Capfile even though there was for all other config files.
2014-11-17 14:16:05 +00:00
seenmyfate 68e7632c5f use pathname 2013-03-17 13:18:26 +00:00
Michael Smith 5da6048c91 Fixes to generated config file and deploy directory 2013-03-15 13:02:04 +00:00
seenmyfate 454f46b829 better encapsulate configuration, support current format 2013-03-10 20:44:50 +00:00
seenmyfate b1aea6c8c4 clearer output on install task 2013-02-08 16:30:27 +00:00
seenmyfate 13e7b72b8e add multistage support, i18n 2013-02-08 13:49:04 +00:00
seenmyfate de6367af4e Add default tasks, handle configuration 2013-02-01 17:19:00 +00:00
seenmyfate 687526930a installation - running cap install capifies app 2013-02-01 14:51:50 +00:00