joefitzgerald / gometalinter-linter

A Linter For Atom That Runs gometalinter
Other
18 stars 3 forks source link

gometalinter-linter not linting anymore #37

Open dnldd opened 8 years ago

dnldd commented 8 years ago

Run into a problem with gometalinter-linter today (installed via go-plus), it just wouldn’t lint anymore, was working fine some hours ago. I’m on OSX Yosemite 10.10.5. Can anyone help me resolve this?

I’ve confirmed gometalinter works just fine via the terminal, I’m not getting any lint details in my project currently, it just says “no issues”. I know there are issues because I was in the middle of linting the entire project. I’m on Atom version 1.7.2 (latest), your help would be very much appreciated

joefitzgerald commented 8 years ago

Type CMD-Option-I and see if any errors are being printed to the console. This may be an issue with linter (as opposed to gometalinter-linter).

dnldd commented 8 years ago

Happens gometalinter-linter doesn't run automatically when you open a project. I had to edit a file to get it to kick in. Odd behaviour, I assumed it always run when you opened a project.

freshteapot commented 7 years ago

I can confirm, this works strangely.

In a directory called hello or hello2, it works fine. In a directory not called hello(x) the exact same code fails.

The test file was called "a.go", once i renamed it to something with "two characters" via the command line "gometalinter ." worked.