favadi / flycheck-gometalinter

Flycheck checker for gometalinter
BSD 2-Clause "Simplified" License
57 stars 8 forks source link

Fix tiny typo in the README #16

Closed zeroed closed 4 years ago

zeroed commented 4 years ago

Update the reference to the correct option flycheck-gometalinter-tests:

(flycheck-def-option-var flycheck-gometalinter-tests nil gometalinter
  "Include test files for linters that support this option."
  :safe #'booleanp
  :type 'boolean)