Skip to content

Commit

Permalink
chore: rewrite file.RuleBuilder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Aug 13, 2022
1 parent bc3381b commit 7df5556
Show file tree
Hide file tree
Showing 19 changed files with 108 additions and 602 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if a set of files:
- [x] names do not match a regex
- [x] paths matching a glob pattern exist
- [x] paths matching a glob pattern do not exist
- [ ] is gitignored
- [ ] is gitcrypted
- [x] is gitignored
- [x] is gitcrypted

if all files that respect some conditions:
- [x] start with a given suffix
Expand All @@ -56,8 +56,8 @@ if all files that respect some conditions:
- [x] names do not match a regex
- [x] paths matching a glob pattern exist
- [x] paths matching a glob pattern do not exist
- [ ] are gitignored
- [ ] are gitcrypted
- [x] are gitignored
- [x] are gitcrypted

if a package:
- [ ] depends on another package
Expand Down
194 changes: 0 additions & 194 deletions internal/arch/file/rule_all_test.go

This file was deleted.

139 changes: 0 additions & 139 deletions internal/arch/file/rule_one_test.go

This file was deleted.

Loading

0 comments on commit 7df5556

Please # to comment.