Skip to content

Commit

Permalink
Update report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 23, 2020
1 parent 0490166 commit e4030c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotenv_linter/logics/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def report(self) -> None:
)

for ordered_violation in sorted_violations:
print( # noqa: WPS125
print( # noqa: WPS421
'{0}:{1}'.format(self._filename, ordered_violation.as_line()),
file=sys.stderr,
)
Expand Down

0 comments on commit e4030c1

Please sign in to comment.