Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Dec 31, 2022
1 parent 2a79712 commit e77c11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/config/chain/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func TSClientPath(conf Config) string {
// VuexPath returns the relative path to the Vuex stores directory.
// Path is relative to the app's directory.
func VuexPath(conf *Config) string {
// ignore SA1019 until vuex config option is removed
//nolint:staticcheck //ignore SA1019 until vuex config option is removed
if path := strings.TrimSpace(conf.Client.Vuex.Path); path != "" {
return filepath.Clean(path)
}
Expand Down

0 comments on commit e77c11e

Please sign in to comment.