Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Fix getProjDir() for symbolic links #74

Merged
merged 1 commit into from
Oct 5, 2015

Conversation

kankaristo
Copy link
Contributor

linter-pylint wasn't finding my pylintrc from the project's root directory, and it turns out that getProjDir() was returning undefined.

It returns undefined if the project's root directory is a symbolic link to another directory. This PR should fix that.

The only difference I can see with the new getProjDir() is that now it returns null when there was no project path (it used to return undefined).

SpainTrain added a commit that referenced this pull request Oct 5, 2015
Fix getProjDir() for symbolic links
@SpainTrain SpainTrain merged commit 33543f1 into AtomLinter:master Oct 5, 2015
@SpainTrain
Copy link
Member

Thanks! 1.0.3 with this change has been released.

@kankaristo kankaristo deleted the fix-getprojdir branch October 5, 2015 14:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants