Closed cruzdanilo closed 6 months ago
More generally it seems slither.config.json
is not used even if forced with the CLI option --config-file slither.config.json
.
@zeGzD Can you open an issue with more info on what you're running into and how to reproduce please? This issue is related to the detector metadata not containing the file name and thus not getting filtered out, and it is not related to the configuration.
Describe the issue:
the detectors
unused-import
,solc-version
andpragma
report issues in files that should be filtered out by path, viafilter_paths
option.Code example to reproduce the issue:
src/Contracts.sol
:slither.config.json
:.gitsubmodules
:Version:
0.10.2
Relevant log output: