question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lint error while pushing changes.

See original GitHub issue

Describe the bug The following error is raised while pushing changes (git push origin branch-name):

Screenshot from 2020-04-24 01-47-08

I ran the linter manually before merging with the latest develop and all lint checks passed. This error was raised when I tried pushing my changes after merging with the latest develop.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
DubeySandeepcommented, Apr 25, 2020

@iamprayush, Thanks for the update and fixing the issue. Can you please add this in the troubleshooting wiki page?

0reactions
iamprayushcommented, Apr 25, 2020

Update: This was related to appengine.api import. Somehow, the path to the google modules was not correct. After correcting that, everything works fine now. Though, I’m still not sure why this never occurred for me before. Thanks to @DubeySandeep and @kevintab95 for helping out! Also, @safwan20, this blog helped me, so you can take a look there for reference.

Read more comments on GitHub >

github_iconTop Results From Across the Web

cannot push code to github with lint error · Issue #54143
After update vscode version to 1.25.0, I cannot push my local Angular 6 code changes on to github. There is an popup window...
Read more >
gitlab : How to bypass ESLint errors while trying to commit
Fix lint errors before pushing. If you don't understand a rule, search it on eslint doc.
Read more >
Avoid Lint Errors in CI with Git Hooks - Atomic Spin
There's Lint in my CI​​ Now, you have to go back and fix the lint errors, and then push it again. Ideally, you...
Read more >
Git: Automatically Lint Your Code or Run Tests on `git push ...
Git Hooks are scripts that run automatically every time you run a specific command (e.g. git push ) in a Git repository.
Read more >
How to lint and test your code using git pre-commit hooks
If the code doesn't pass one of the rules in the Git hooks, the commit won't be made and you will be able...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found