Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rake rubocop doesn't play nice with Kitchen #7

Open
fancyremarker opened this issue Jan 13, 2014 · 0 comments
Open

rake rubocop doesn't play nice with Kitchen #7

fancyremarker opened this issue Jan 13, 2014 · 0 comments
Labels

Comments

@fancyremarker
Copy link
Member

To reproduce, define the following Rakefile:

require "kitchen/rake_tasks"
Kitchen::RakeTasks.new

require "aptible/tasks"
Aptible::Tasks.load_tasks

Despite the Rubocop violation (double-quoted strings), no issue is picked up on rake rubocop. Maybe this is related to the following error from Kitchen?

Called 'load_file' without the :safe option -- defaulting to safe mode.
You can avoid this warning in the future by setting the SafeYAML::OPTIONS[:default_mode] option (to :safe or :unsafe).
@fancyremarker fancyremarker self-assigned this Feb 14, 2014
@fancyremarker fancyremarker removed their assignment Mar 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant