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

fix(src/test): Address lint issues + setup lint/format CI action #406

Merged
merged 7 commits into from
Oct 15, 2024

Conversation

igoroctaviano
Copy link
Collaborator

@igoroctaviano igoroctaviano commented Oct 15, 2024

  • Address lint issues
  • Add format and ci lint action to avoid merging broken/unformatted code

Copy link

netlify bot commented Oct 15, 2024

Deploy Preview for dcmjs2 ready!

Name Link
🔨 Latest commit d9eac4f
🔍 Latest deploy log https://app.netlify.com/sites/dcmjs2/deploys/670edd535ea9ca0009a441da
😎 Deploy Preview https://deploy-preview-406--dcmjs2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@igoroctaviano igoroctaviano changed the title Address lint issues fix(src/test): Address lint issues Oct 15, 2024
@igoroctaviano igoroctaviano changed the title fix(src/test): Address lint issues fix(src/test): Address lint issues + setup lint/format action Oct 15, 2024
@igoroctaviano igoroctaviano changed the title fix(src/test): Address lint issues + setup lint/format action fix(src/test): Address lint issues + setup lint/format CI action Oct 15, 2024
Copy link
Collaborator

@pieper pieper left a 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);
Copy link
Collaborator

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?

Copy link
Collaborator Author

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

Cool! Good catch 👍

@pieper pieper merged commit 158c396 into master Oct 15, 2024
16 checks passed
@pieper pieper deleted the fix/lint branch October 15, 2024 22:19
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