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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,10 @@ jobs:
- name: Run Clippy
run: |
cargo hack clippy \
--locked \
--workspace --all-targets \
--feature-powerset \
--exclude-features bb_rs,bb_utxo
--exclude-features bb_rs,bb_utxo,bb-bindings

- name: Verify rust-i18n translations
run: cargo i18n
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ temp_fixtures

# Claude Code completion markers
.done

# Symlink to GENERATED_AI_GUIDANCE.md (canonical file)
CLAUDE.md
Loading
Loading