google / google/capslock

feature request: add ignore packages option

Open
#284 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
1.2k
Forks
52
Avg merge
2d 16h
Merged PRs (30d)
4

Description

Most kubernetes related projects have unavoidable dependencies like [prometheus](https://github.com/prometheus/client_golang) - arbitrary execution, [client_go](https://github.com/kubernetes/client-go/) - unsafe pointer, exec, system calls, [apimachinery](https://github.com/kubernetes/apimachinery) - reflect.
It would be nice to be able to exclude specified packages from the report.
For better readability it would be nice to specify the packages in a config file like:

```yaml
ignore:
- github.com/prometheus/client_golang
- k8s.io/client-go
- ...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.