chore: bump linter

This commit is contained in:
James Houlahan
2020-05-07 09:39:47 +02:00
committed by Jakub Cuth
parent c1a57a2e12
commit 833fce8702
3 changed files with 3 additions and 3 deletions

View File

@ -357,7 +357,7 @@ func migratePreferencesFromC10(cfg *config.Config) {
return
}
err = ioutil.WriteFile(pref11Path, data, 0644) //nolint[gosec]
err = ioutil.WriteFile(pref11Path, data, 0600)
if err != nil {
log.WithError(err).Error("Problem to migrate preferences")
return