AtomLinter / linter-codeclimate

An Atom Linter plugin for the Code Climate CLI
http://github.com/codeclimate/codeclimate
MIT License
10 stars 5 forks source link

Check for a non-existant .git directory #56

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 7 years ago

Check whether a .git directory was actually found before attempting to use it. If one isn't found, fall back to the directory of the current file.

Fixes #55.