-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing: git push auto fixed files #4180
Testing: git push auto fixed files #4180
Conversation
@lukelloyd1985 plz solve the error in this PR MegaLinter job, i think there is a syntax error :) |
|
@@ -76,6 +75,7 @@ def produce_report(self): | |||
except Exception as exp: | |||
logging.error( | |||
"[Updated Sources Reporter] Failed to git push auto fixes: " + str(exp.message) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lukelloyd1985 missing +
at the end of this line :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dammit :(
…/lukelloyd1985/megalinter into 4153-git-push-fixed-source-files
Following on from PR #4176 to fix crash
Fixes
apply_fixes
typoProposed Changes
Testing git add, commit & push when there are fixed sources files
Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance