.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.1.1 / go / ir / staticcheck.conf
1 # ssa/... is mostly imported from upstream and we don't want to
2 # deviate from it too much, hence disabling SA1019
3 checks = ["inherit", "-SA1019"]