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

Jscs #47

Merged
merged 2 commits into from
Apr 5, 2015
Merged

Jscs #47

merged 2 commits into from
Apr 5, 2015

Conversation

SimenB
Copy link
Contributor

@SimenB SimenB commented Apr 5, 2015

Ref #45
JSHint doesn't validate indentation anymore (http://stackoverflow.com/a/23098280/1850276), and recommends using JSCS for styling.

@@ -47,8 +47,7 @@ describe('gulp-rename path parsing', function () {
dirnameHelper('test/fixt[a-z]res/*.min.txt');
});

/* SKIP: glob2base does not handle brace expansion as expected. See wearefractal/glob2base#1 */
context.skip('when src pattern matches a directory with {...,...}', function () {
context('when src pattern matches a directory with {...,...}', function () {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The one in between these two still fails. Is that test good? From my understanding, it should match a folder with a numerical postfix, which doesn't exist anyways.

yocontra pushed a commit that referenced this pull request Apr 5, 2015
@yocontra yocontra merged commit 72fa5ec into hparra:master Apr 5, 2015
@SimenB SimenB deleted the jscs branch April 5, 2015 20:52
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.

2 participants