mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-23 16:34:38 +00:00
lint
This commit is contained in:
@@ -24,7 +24,7 @@ func (p *Provider) Setup() error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
// nolint: gosec
|
||||
//nolint: gosec
|
||||
// G306: Expect WriteFile permissions to be 0600 or less
|
||||
err = os.WriteFile(filepath.Join(p.Testnet.Dir, "docker-compose.yml"), compose, 0644)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user