From 212da35bb8529609e3d3aa1ce643ce1551ec36ea Mon Sep 17 00:00:00 2001 From: Jerome Dalbert Date: Sun, 11 Sep 2016 17:13:47 +0200 Subject: Load YAML configuration correctly --- lib/pronto/eslint_npm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pronto') diff --git a/lib/pronto/eslint_npm.rb b/lib/pronto/eslint_npm.rb index 9ff7df5..bb79091 100644 --- a/lib/pronto/eslint_npm.rb +++ b/lib/pronto/eslint_npm.rb @@ -4,7 +4,7 @@ require 'shellwords' module Pronto class ESLintNpm < Runner CONFIG_FILE = '.pronto_eslint_npm.yml'.freeze - CONFIG_KEYS = %i(eslint_executable files_to_lint).freeze + CONFIG_KEYS = %w(eslint_executable files_to_lint).freeze attr_writer :eslint_executable -- cgit v1.2.3