PuppetSyntax.future_parser = true

This commit is contained in:
Ross McFarland 2016-06-24 09:23:53 -07:00
Родитель c9ccc192d6
Коммит ef1fc4e1e5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 61C10C4FC8FE4A89
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,7 @@ exclude_paths = [
]
PuppetLint.configuration.ignore_paths = exclude_paths
PuppetSyntax.exclude_paths = exclude_paths
PuppetSyntax.future_parser = true
desc "Run acceptance tests"
RSpec::Core::RakeTask.new(:acceptance) do |t|