-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-organize development commands (#1766)
Attempt to avoid the arbitrary divide between vetting, linting, and other checks by just naming them all "checks" (and referring to it as analysis in the Contributing Guidelines). The only potentially seemingly related categorization left now is checks and audits. The division here is that "checks" should always pass (are invariant w.r.t. the commit history) while audits aren't (because packages may be deprecated or report vulnerability at any time). On top of that, this includes some minor reformatting of the Contributing Guidelines, and also introduces `npm-run-all` as a convenience to run all checks (and audits and tests).
- Loading branch information
1 parent
0e75ae3
commit d8e6951
Showing
7 changed files
with
600 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.