-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
add no-useless-path-segments rule Fixes #471 #912
Merged
Merged
Commits on Aug 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9806019 - Browse repository at this point
Copy the full SHA 9806019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9e333 - Browse repository at this point
Copy the full SHA 0b9e333View commit details -
normalize path first, then count '../'s
avoid problems with ./ham/ -> ./ham/index.js by simply consuming '..', path segment pairs.
Configuration menu - View commit details
-
Copy full SHA for ec8bfca - Browse repository at this point
Copy the full SHA ec8bfcaView commit details -
path.normalize sometimes . eg when there's only one .
seems to not normalize trailing path seps. ./foo -> foo ./ -> ./ . -> . .. -> .. ../ -> ../
Configuration menu - View commit details
-
Copy full SHA for 57eb999 - Browse repository at this point
Copy the full SHA 57eb999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80eba07 - Browse repository at this point
Copy the full SHA 80eba07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46bc9ae - Browse repository at this point
Copy the full SHA 46bc9aeView commit details
Commits on Aug 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d09bf2c - Browse repository at this point
Copy the full SHA d09bf2cView commit details
Commits on Aug 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9fe6e9f - Browse repository at this point
Copy the full SHA 9fe6e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e04bd1 - Browse repository at this point
Copy the full SHA 1e04bd1View commit details
Commits on Oct 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b69faca - Browse repository at this point
Copy the full SHA b69facaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b80a62f - Browse repository at this point
Copy the full SHA b80a62fView commit details
Commits on Oct 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c080287 - Browse repository at this point
Copy the full SHA c080287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3090e84 - Browse repository at this point
Copy the full SHA 3090e84View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.