Typo: disable-all => disable=all (#1505)

This commit is contained in:
Patrick Decat 2018-02-11 03:53:49 +01:00 коммит произвёл Ramya Rao
Родитель daeb664552
Коммит aae007dee6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -79,7 +79,7 @@ Some of the very useful linter tools:
If you want to run only specific linters (some linters are slow), you can modify your configuration to specify them:
```javascript
"go.lintFlags": ["--disable-all", "--enable=errcheck"],
"go.lintFlags": ["--disable=all", "--enable=errcheck"],
```
Alternatively, you can use [megacheck](https://github.com/dominikh/go-tools/tree/master/cmd/megacheck) which