Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor how filters are loaded from ENV
** Why are these changes being introduced: The prior commit was getting flagged by CodeClimate for the complexity of the extract_filters method. ** Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/gdt-128 ** How does this address that need: * This tries taking the processing of the ENV variable into its own method, to hopefully make extract_filters easier to read. The call to this processing is made on its own line, to only perform that task once (rather than doing it twice, on the following line of the method) ** Document any side effects to this change: I may be overthinking this.
- Loading branch information