You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
To reproduce, define the following
Rakefile
: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?The text was updated successfully, but these errors were encountered: