generated from tophat/new-project-kit
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: update contributing * wip: fail when unused snapshots * test: unused warn flag * fix: clarify why unused snapshot was deleted * cr: fix docs typo Co-Authored-By: Noah <[email protected]> * cr: more explicit option * docs: add options docs * cr: make instructions clearer * refactor: option name * refactor: xor exit status * refactor: xor in place * cr: fix typo * docs: update table formatting Co-authored-by: Noah <[email protected]>
- Loading branch information
1 parent
9f2f396
commit ef118b8
Showing
7 changed files
with
75 additions
and
30 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
SNAPSHOT_DIRNAME = "__snapshots__" | ||
SNAPSHOT_EMPTY_FILE = {"empty snapshot file"} | ||
SNAPSHOT_UNKNOWN_FILE = {"unknown snapshot file"} | ||
|
||
EXIT_STATUS_FAIL_UNUSED = 1 |
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
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