fsievers / linter-perl-check-syntax

Atom.io linter plugin for perl, using `perl -c`
MIT License
1 stars 1 forks source link

Allow configuring cwd for execution #3

Closed icgood closed 7 years ago

icgood commented 7 years ago

My project requires the current working directory be the top level of the project, so this PR allows that to be configurable, defaulting to the current behavior (the directory the file is in).