Skip to content

Conversation

lposen
Copy link
Contributor

@lposen lposen commented Oct 7, 2025

🔹 JIRA Ticket(s) if any

✏️ Description

Updates the frontend code for authentication

Copy link

qltysh bot commented Oct 7, 2025

❌ 2 blocking issues (3 total)

Tool Category Rule Count
eslint Lint tsdoc-undefined-tag: The TSDoc tag "@Ayyanchira" is not defined in this configuration 2
qlty Structure Function with many returns (count = 8): IterableAppProvider 1

This is from Qlty Cloud, the successor to Code Climate Quality. Learn more.

export enum IterableRetryBackoff {
/**
* Linear backoff (each retry will wait for a fixed interval)
* TODO: check with @Ayyanchira if this is correct
Copy link

Choose a reason for hiding this comment

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

tsdoc-undefined-tag: The TSDoc tag "@Ayyanchira" is not defined in this configuration [eslint:tsdoc/syntax]

LINEAR = 'LINEAR',
/**
* Exponential backoff (each retry will wait for an interval that increases exponentially)
* TODO: check with @Ayyanchira if this is correct
Copy link

Choose a reason for hiding this comment

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

tsdoc-undefined-tag: The TSDoc tag "@Ayyanchira" is not defined in this configuration [eslint:tsdoc/syntax]

@lposen lposen changed the base branch from master to jwt/all October 7, 2025 04:23
@lposen lposen changed the base branch from jwt/all to jwt/master October 9, 2025 10:51
Copy link

github-actions bot commented Oct 9, 2025

Lines Statements Branches Functions
Coverage: 47%
47.25% (224/474) 22.04% (41/186) 40.12% (63/157)

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