Skip to content

Commit

Permalink
Default config.ml file with thresholds for each rule
Browse files Browse the repository at this point in the history
  • Loading branch information
makaroni4 committed May 12, 2015
1 parent 79bae34 commit 18ebbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sandi_meter/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def execute
FileUtils.mkdir_p(cli.config[:output_path]) unless Dir.exists?(cli.config[:output_path])

create_config_file(cli.config[:output_path], '.sandi_meter', %w(db vendor).join("\n"))
create_config_file(cli.config[:output_path], 'config.yml', YAML.dump({ threshold: 90 }))
create_config_file(cli.config[:output_path], 'config.yml', YAML.dump({ thresholds: [90, 90, 90, 90] }))
end

if cli.config[:version]
Expand Down

0 comments on commit 18ebbca

Please sign in to comment.