After upgrading to 4.12.0, reek no longer appears to be analyzing code when a custom configuration is specified, ala: ``` ruby metric.enabled = true metric.config_file_pattern = 'config/metrics/reek.yml' ``` Code is analyzed when the config_file_pattern is omitted.