Commit bd30c6d6 authored by samdbeckham's avatar samdbeckham Committed by Sam Beckham

Fixes rubocop linting

parent fc56f5bd
...@@ -12,7 +12,7 @@ schema_path = 'app/assets/javascripts/editor/schema/ci.json' ...@@ -12,7 +12,7 @@ schema_path = 'app/assets/javascripts/editor/schema/ci.json'
ci_config_files = get_ci_config_files(all_changed_files) ci_config_files = get_ci_config_files(all_changed_files)
has_schema_update = all_changed_files.include?(schema_path) has_schema_update = all_changed_files.include?(schema_path)
return if ci_config_files.empty? || has_schema_update; return if ci_config_files.empty? || has_schema_update
file_list = "- #{ci_config_files.map { |path| "`#{path}`" }.join("\n- ")}" file_list = "- #{ci_config_files.map { |path| "`#{path}`" }.join("\n- ")}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment