Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix config only being found below the working dir #152

Merged
merged 1 commit into from
Aug 22, 2018

Conversation

zed0
Copy link
Contributor

@zed0 zed0 commented Jun 20, 2016

The glob used to find files to lint was also being used to walk up to
find configuration files. Given a file layout like:

foo/
    .htmlhintrc
    bar/
        test.html

htmlhint would not pick up the configuration if foo/bar/ was the working
directory, however it would if foo/ was the working directory.

The glob used to find files to lint was also being used to walk up to
find configuration files.  Given a file layout like:

foo/
	.htmlhintrc
	bar/
		test.html

htmlhint would not pick up the configuration if foo/bar/ was the working
directory, however it would if foo/ was the working directory.
@coveralls
Copy link

coveralls commented Jun 20, 2016

Coverage Status

Coverage remained the same at 98.734% when pulling c1d4e8a on zed0:master into 152a114 on yaniswang:master.

@thedaviddias thedaviddias merged commit 15cf57c into htmlhint:master Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants