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

Removed unnecessary clippy overrides. #614

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

mdashti
Copy link
Contributor

@mdashti mdashti commented Oct 11, 2023

There are two unnecessary clippy overrides that are removed in this PR.

@levkk
Copy link
Contributor

levkk commented Oct 11, 2023

Oh awesome thanks. Sorry, didn't mean to go review your draft, I just randomly stumbled on your PR in my notifications and saw the clippy stuff. Back in the day I used to work with Rubocop (Ruby) and it had the same issues: it linted very well, but in the end of the day people started putting all kinds of exceptions everywhere because some code just had to look a certain way. So our code ended up being 80% code and 20% Rubocop # rubocop:disable comments. I think clippy is pretty good, so not opposed to having it in the project, but I'll be curious to see how quickly we'll need to start overriding it.

@levkk levkk merged commit 2c7bf52 into postgresml:main Oct 11, 2023
1 check 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.

2 participants