Closed OlgaPaw closed 5 years ago
It is probably a bug in command.py
if self.config.get('max_self.configs'):
command.append('--max-self.configs={}'.format(self.config.get('max_self.configs')))
Instead of
if self.config.get('max_self.configs'):
command.append('--max_configs={}'.format(self.config.get('max_configs')))
Hi, Here is my .codeclimate.yml
And output: