-
Notifications
You must be signed in to change notification settings - Fork 41
Use broader template-lint range #418
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
035923e
Update template-linter.ts
NullVoxPopuli 514ae2f
Do a proper comparison
NullVoxPopuli 1859807
Add comment explaining semver.parse
NullVoxPopuli 2dd183c
Don't clean at all -- turns out template-lint is the only thing that …
NullVoxPopuli 827faef
Remove unused import
lifeart 10a09db
import type
lifeart e2804b1
add failing test
lifeart 5e964ca
+
lifeart 372197b
+
lifeart 95e33c8
use dependenciesMeta for template-lint version
lifeart 8b30ec5
do not lint if no meta for template-lint
lifeart e44d324
remove unused logic
lifeart 45158a0
update tests
lifeart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NullVoxPopuli this isn't enough I don't believe, the templateLintVersion might come in as a
^or a~There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excellent point -- I'll update this to use
semverThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NullVoxPopuli we need
parseInthere :)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not if it's a
^-- gonna use the semver package. sorry for the low effort initial PR!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NullVoxPopuli it's not a case - we have this precondition - https://github.com/ember-tooling/ember-language-server/blob/master/src/utils/layout-helpers.ts#L293