mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Merge branch 'bug/output-file' into 'master'
Set-up and stop our formatter *Description of changes* Make `--output-file` work consistently (especially without verbose logging) *Related to:* #180 See merge request !86
This commit is contained in:
commit
427c4b53ef
1 changed files with 2 additions and 0 deletions
|
|
@ -284,8 +284,10 @@ class Application(object):
|
|||
# type: (Union[NoneType, List[str]]) -> NoneType
|
||||
self.initialize(argv)
|
||||
self.run_checks()
|
||||
self.formatter.start()
|
||||
self.report_errors()
|
||||
self.report_benchmarks()
|
||||
self.formatter.stop()
|
||||
|
||||
def run(self, argv=None):
|
||||
# type: (Union[NoneType, List[str]]) -> NoneType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue