Skip to content

Commit 795e3fc

Browse files
committed
address feedback
1 parent 8c0258c commit 795e3fc

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ Secret detection relies on Datadog SDS.
1717

1818
## Testing
1919

20-
1. Always add a test when adding code.
21-
2. NEVER write table tests.
22-
3. Always run tests (e.g. `cargo test`)
23-
4. Always run the format checker `cargo fmt -- --check`
24-
5. Always run clippy `cargo clippy -- -D warnings`
20+
1. NEVER write table tests.
21+
2. Always run tests (e.g. `cargo test`)
22+
3. Always run the format checker `cargo fmt -- --check`
23+
4. Always run clippy `cargo clippy -- -D warnings`
2524

2625
## How to release a new version?
2726

0 commit comments

Comments
 (0)