-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Dependencies: Add Zulint. #980
base: main
Are you sure you want to change the base?
Conversation
90e5678
to
e8f5164
Compare
@zulipbot add "PR needs review" |
Changes in the pr:
|
The commit integrates zulint in the linting infrastructure. The code structure for lint-all has been taken from python api, and modified for our needs.
The lister.py was a custom script for file reading operations. The commit replaces it with inbuilt functions from zulint.
The commit removes individual steps to run mypy, isort and flake8, and replaces it with a matrix to run them through zulint.
The commit updates generate_hotkeys and gitlint_extra_rules to remove errors from flake8, bringing them under linting.
The commit modifies the behaviour of running lint, printing a successful message on completion of flake8 linter. The original script didn't produce any output on success.
@Abhirup-99 I see you're not on chat.zulip.org and I'm guessing you're busy in the near future, but just checking if you plan to take this up again soon before I pick this up myself or suggest it to someone else. |
Hi, I am a bit busy now, it would be better if someone else takes the work forward. |
Heads up @Abhirup-99, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the |
No description provided.