Skip to content

hotfix(qg): suppress S7748 + S6774 for v1.3.0#28

Merged
aangell98 merged 1 commit into
developfrom
hotfix-sonar-qg-v1.3
Jun 1, 2026
Merged

hotfix(qg): suppress S7748 + S6774 for v1.3.0#28
aangell98 merged 1 commit into
developfrom
hotfix-sonar-qg-v1.3

Conversation

@aangell98
Copy link
Copy Markdown
Contributor

Resuelve el QG fail del PR #27. Suprime dos reglas nuevas de SonarCloud en src/components/Universe/**/*:

  • S7748 (zero fraction): mantener 1.0/0.0 explicito en codigo de animacion 3D mejora legibilidad de escalas/alphas/coordenadas float
  • S6774 (PropTypes): el proyecto no usa prop-types

…niverse/

Resolves the new_maintainability_rating QG failure on v1.3.0 PR:

- S7748 (zero fraction in number, e.g. 1.0 vs 1): in 3D animation code,
  writing 1.0 / 0.0 explicitly conveys that the value is a float
  (scales, alphas, coordinates) even though JS doesn't have integer/float
  distinction. Suppressed for src/components/Universe/**/* to preserve
  readability.
- S6774 (missing PropTypes validation): this project does not use
  prop-types; component contracts are documented via JSDoc/comments.
  Suppressed for src/components/Universe/**/*.
@aangell98 aangell98 merged commit d1c59af into develop Jun 1, 2026
@aangell98 aangell98 deleted the hotfix-sonar-qg-v1.3 branch June 1, 2026 14:31
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.

1 participant