netsec-ethz / scion-apps

Public repository for SCION applications
Apache License 2.0
20 stars 43 forks source link

lint: enable more linters fix many issues #213

Closed matzf closed 2 years ago

matzf commented 2 years ago

Enable many golangci-linters that seem somewhat useful and don't show ridiculous numbers of issues out of the gate.


It's clear that enabling more linters won't magically turn bad code good. But it probably doesn't hurt either, and it did find a few bugs.


This change is Reviewable