-
Notifications
You must be signed in to change notification settings - Fork 112
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(src/test): Address lint issues + setup lint/format CI action #406
Conversation
igoroctaviano
commented
Oct 15, 2024
•
edited
Loading
edited
- Address lint issues
- Add format and ci lint action to avoid merging broken/unformatted code
✅ Deploy Preview for dcmjs2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
030a8d5
to
5313cbe
Compare
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.
Looks great overall. Just not sure about that one line.
@@ -302,7 +292,7 @@ class MeasurementStatisticalProperties extends Template { | |||
value: options.authority, | |||
relationshipType: RelationshipTypes.HAS_PROPERTIES | |||
}); | |||
this.push(authorityItem); | |||
this.push(descriptionItem); |
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.
Looks like this was a bug before and isn't part of the code formatting?
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.
True but I catched it through lint
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.
Cool! Good catch 👍