add nolint to integrationtests, they are going away ™️
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
dfadb965b7
commit
4df47de3f2
5 changed files with 8 additions and 6 deletions
|
@ -1,3 +1,4 @@
|
|||
//nolint
|
||||
package headscale
|
||||
|
||||
import (
|
||||
|
@ -199,7 +200,7 @@ oidc:
|
|||
log.Println(config)
|
||||
|
||||
configPath := path.Join(currentPath, "integration_test/etc_oidc/config.yaml")
|
||||
err = os.WriteFile(configPath, []byte(config), 0644)
|
||||
err = os.WriteFile(configPath, []byte(config), 0o644)
|
||||
if err != nil {
|
||||
s.FailNow(fmt.Sprintf("Could not write config: %s", err), "")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue