We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0258c commit 795e3fcCopy full SHA for 795e3fc
1 file changed
AGENTS.md
@@ -17,11 +17,10 @@ Secret detection relies on Datadog SDS.
17
18
## Testing
19
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`
+1. NEVER write table tests.
+2. Always run tests (e.g. `cargo test`)
+3. Always run the format checker `cargo fmt -- --check`
+4. Always run clippy `cargo clippy -- -D warnings`
25
26
## How to release a new version?
27
0 commit comments