Skip to content

Some extra pedantic checks? #4655

Description

@Licenser

Hey, I would love to add a few lints to that which are fairly super pedantic. We use them (or rather a shell script that checks for them :P) at the moment to ensure error handling/non crashy behaviour in our codebase they sum up to:

  • no unwrap
  • no unimplemented
  • no unreachable
  • no panic
  • no let _ on results.
  • no expect
  • no dbg!
  • no std::process::exit
  • no bracket access [....]

but before I go ahead I'd like to get an opinion of those would be accepted?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lintArea: New lintsE-mediumCall for participation: Medium difficulty level problem and requires some initial experience.T-ASTType: Requires working with the ASTT-macrosType: Issues with macros and macro expansionT-middleType: Probably requires verifiying typesgood first issueThese issues are a good way to get started with Clippy

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions