lib/cc/analyzer/engines.rb in codeclimate-0.9.7 vs lib/cc/analyzer/engines.rb in codeclimate-0.10.0
- old
+ new
@@ -26,10 +26,10 @@
end
def engine_config(raw_engine_config)
config = raw_engine_config.merge(
exclude_paths: exclude_paths,
- include_paths: include_paths
+ include_paths: include_paths,
)
# The yaml gem turns a config file string into a hash, but engines
# expect the string. So we (for now) need to turn it into a string in
# that one scenario.
# TODO: update the engines to expect the hash and then remove this.