Skip to content
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

Unpin pylint #1277

Merged
merged 10 commits into from
May 2, 2024
Merged

Unpin pylint #1277

merged 10 commits into from
May 2, 2024

Conversation

andreas-el
Copy link
Contributor

@andreas-el andreas-el commented Apr 29, 2024

Resolves #1052

The PR has separate commits resolving issues.
The biggest change is pure formatting, which is contained in a separate commit.

The pylint command exits with an error code consisting of bitflags set according to the warning, error,convention etc categories. We will only exit on fatal, error and warning levels.

The rest of the pylint reported issues with lower criticality is left to be resolved at a later stage
#1281


Contributor checklist

  • 🎉 This PR closes #ISSUE_NUMBER.
  • 📜 I have broken down my PR into the following tasks:
    • Task 1
    • Task 2
  • 🤖 I have added tests, or extended existing tests, to cover any new features or bugs fixed in this PR.
  • 📖 I have considered adding a new entry in CHANGELOG.md, and added it if should be communicated there.

@HansKallekleiv HansKallekleiv merged commit 99b83b5 into equinor:master May 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pylint>=2.14.x issues
2 participants