Commit aac379f
chore(audit): drop unused
Refactoring `ignored?` to inline both implicit and user ignore logic
left `ignore_paths` orphaned — nothing in the gem or tests calls it.
Per Copilot review on PR #4. Removing it (rather than wiring it back)
to keep the actual filter behavior in one place; if a future use
needs the combined list, reach for `IMPLICIT_IGNORE + Array(@config[
"ignore"])` directly.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>ignore_paths method1 parent ff0efd3 commit aac379f
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 93 | | |
100 | 94 | | |
101 | 95 | | |
| |||
0 commit comments