mirror of https://github.com/crytic/slither
Unify path filtering across POSIX and Windows (#1196)
* Unify path filtering across POSIX and Windows Path filtering is performed on absolute paths, which causes regexps to not work uniformly across OSes, due to the different path separator (forward vs backward slashes). This converts paths to POSIX-style before filtering, so that regexps can be written in a single style and work across all systems. Fixes: #1191 * Revert path behavior for "ignore comment" checkspull/1300/head
parent
89852f0c6f
commit
8bead9347c
Loading…
Reference in new issue