fix: increment-decrement linter findings
Signed-off-by: Mario Constanti <mario.constanti@mercedes-benz.com>
This commit is contained in:
parent
e664639e98
commit
6065fb2e3b
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ func (c *Config) Validate() error {
|
|||
if err := provider.Validate(); err != nil {
|
||||
return errors.Wrap(err, "validating provider")
|
||||
}
|
||||
providerNames[provider.Name] += 1
|
||||
providerNames[provider.Name]++
|
||||
}
|
||||
|
||||
for name, count := range providerNames {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue