Skip to content

Fix accidental use of global options in Moore.config

Chris Burr requested to merge cburr/fix-use-of-global-options into master

This PR fixes a couple of cases where the global options object is being used instead of the information being passed as arguments.

Merge request reports