Skip to content

Add slither.config.json to the template instead of hardcoding config params in the CI. #21

@re1ro

Description

@re1ro

For more flexibility and being able to run slither with the same params locally and in CI.

Remove from CI:

slither-args: --filter-paths "./lib|./test" --exclude naming-convention,solc-version

Add slither.config.json to the template:

{
  "detectors_to_exclude": "naming-convention,solc-version",
  "filter_paths": "(./lib|./test)"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions