1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-24 08:32:22 +02:00

Update readme

This commit is contained in:
mgechev 2018-02-04 15:41:22 -08:00
parent 3696bf023c
commit 12d994b0a8

View File

@ -75,7 +75,7 @@ The `Arguments` type is an alias of the type `[]interface{}` which means that yo
```toml
[rule.ban-struct-name]
arguments: ["Foo"]
arguments = ["Foo"]
```
With the snippet above we: