Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ff98e6d
copy `ignore` crate for easier modifications
RobinMalfait Mar 17, 2025
18442be
manually apply patches to inlined `ignore` crate
RobinMalfait Mar 17, 2025
22bd00f
run all CI tests when `[ci-all]` exists in PR description
RobinMalfait Mar 21, 2025
ba153be
big refactor, move `Scanner` to `scanner/mod.rs`
RobinMalfait Mar 21, 2025
72b18cd
simplify `scanner` test setup
RobinMalfait Mar 21, 2025
cd6ccb2
add new Scanner tests
RobinMalfait Mar 21, 2025
324569c
update public Rust API
RobinMalfait Mar 21, 2025
335e9e1
update use statements due to big refactor
RobinMalfait Mar 21, 2025
88a6048
rename `globs` to `sources`
RobinMalfait Mar 21, 2025
602a801
add `negated` flag to `sources`
RobinMalfait Mar 21, 2025
9798637
add missing `reference` property
RobinMalfait Mar 21, 2025
9958612
update integration tests
RobinMalfait Mar 21, 2025
878782e
use `normalizedSources` in the CLI
RobinMalfait Mar 21, 2025
a7bef4e
add `.gitignore` as a default ignored file
RobinMalfait Mar 21, 2025
8d154d1
add `node_modules` as a default ignored folder
RobinMalfait Mar 21, 2025
38ed37e
add `enableSourceNot` feature flag
RobinMalfait Mar 21, 2025
0f73797
run prettier
RobinMalfait Mar 21, 2025
97fc4bf
Simplify gitignore order change
philipp-spiess Mar 25, 2025
94473d3
Rename GitHub CI var
philipp-spiess Mar 25, 2025
7442baa
Explicitly mark test functions
philipp-spiess Mar 25, 2025
2425aef
Handle source paths into ignored content dirs as "external"
philipp-spiess Mar 25, 2025
bb0610d
Revert "Explicitly mark test functions"
philipp-spiess Mar 25, 2025
6952871
Explicitly mark test functions
philipp-spiess Mar 25, 2025
b6ab98f
Cleanup comment
philipp-spiess Mar 25, 2025
5e7d035
Cleanup public source entry creation
philipp-spiess Mar 25, 2025
9d4c2af
Cleanups and test utf8 special characters in paths
philipp-spiess Mar 25, 2025
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
Prev Previous commit
Next Next commit
add new Scanner tests
  • Loading branch information
RobinMalfait authored and philipp-spiess committed Mar 25, 2025
commit cd6ccb2d79f71b0fbd38d065c9c26f6b2019921d
Loading