Skip to content

Commit

Permalink
logging message on git success
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelloyd1985 committed Nov 4, 2024
1 parent c347ccd commit 12cc98f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions megalinter/reporters/UpdatedSourcesReporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ def produce_report(self):
"then copy-paste into your repo to apply linters updates"
)
)
else:
logging.info(
"[Updated Sources Reporter] Fixed source files have automatically "
"been pushed to the source branch"
)
else:
logging.info(
"[Updated Sources Reporter] No source file has been formatted or fixed"
Expand Down

0 comments on commit 12cc98f

Please sign in to comment.