Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
reviews:
commit_status: false
fail_commit_status: false
auto_review:
enabled: false
auto_incremental_review: false

5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
- run: cargo clippy -- -D warnings
if: matrix.toolchain == 'stable'
- run: cargo test
- name: Run security audit
if: matrix.toolchain == 'stable'
run: |
cargo install cargo-audit --locked
cargo audit
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Thumbs.db

# Cache
.cache/
.firecrawl/

# Local reference copy of the old detector crate
/bullshitdetector/

# AI planning / notes
plan.md
Expand Down
Loading
Loading