Development Standards #7
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/punchin#7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For the project, the following standards should be met:
cargo fmt
rules should be followedcargo clippy -W clippy::all -D missing_docs -D clippy::missing_errors_doc -D clippy::missing_panics_doc
to make sure all code paths are documented and all code is reasonable, pedantic is useful on an auditing basis but is not necessary