Version 1.1.6
[1.1.6] - 2026-08-01
Fixed
- Relative finding paths no longer strip repeated path segments via
str_replace()onbasePath(e.g. Docker/CI root/app+ Laravelapp/), which produced different suppression hashes locally vs CI (#11) - Added
AbstractCheck::relativePath()(prefix-only strip) and use it across all file-based checks - Regression tests for the
/app+app/...path case