-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore: Angle Brackets Codemod on app/template/accounts/ #4301
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
chore: Angle Brackets Codemod on app/template/accounts/ #4301
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/eventyay/open-event-frontend/2mwmb9kyo |
Codecov Report
@@ Coverage Diff @@
## development #4301 +/- ##
===============================================
+ Coverage 22.72% 22.78% +0.06%
===============================================
Files 468 468
Lines 4932 4932
Branches 5 5
===============================================
+ Hits 1121 1124 +3
+ Misses 3809 3806 -3
Partials 2 2
Continue to review full report at Codecov.
|
fcfd458
to
e0b201f
Compare
Thanks again @jaydgruber for your suggestions and help <3 |
@filterOptions={{filterOptions}} | ||
@widthConstraint="eq-container" | ||
@resizeMode="fluid" | ||
@fillMode="equal-column" /> |
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.
This is broken. Same case as #4298
{{sort_by}} was being treated as a composable helper and thus all builds like fossasia#4301 and mainly fossasia#4298 were breaking Some changes were reverted in fossasia#4322, but changing to {{this.sort_by}} makes it unambiguous and also octane compatible
What
overrides
configuration, which will be helpful to make incremental progress on codemodsapp/template/accounts/
Why
Suggestions for a path forward
#topic-octane-migration
#e-template-lint
channels may be of interestlint cli changes
lint:hbs
script along-side yourlint:js
&lint:scss
package scriptslint
script to run all threeember test
eslint
andember-template-lint
directly (no longer lint during builds/rebuilds by default) ember-cli/ember-cli#9009Checklist
development
branch.