Skip to content

Conversation

@lposen
Copy link
Contributor

@lposen lposen commented Oct 20, 2025

🔹 JIRA Ticket(s) if any

✏️ Description

Please provide a brief description of what this pull request does.

@qltysh
Copy link

qltysh bot commented Oct 20, 2025

❌ 22 blocking issues (26 total)

Tool Category Rule Count
eslint Lint Error loading TSDoc config file:
Error encountered for /home/runner/work/react-native-sdk/tsdoc.json:
Unable to resolve "extends" reference to "typedoc/tsdoc.json": Cannot find module 'typedoc/tsdoc.json' from '/home/runner/work/react-native-sdk'
22
qlty Structure High total complexity (count = 56) 1
qlty Structure Function with high complexity (count = 7): generateJwtToken 1
qlty Duplication Found 21 lines of identical code in 2 locations (mass = 71) 1
qlty Structure Function with many returns (count = 8): IterableInbox 1

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

@@ -0,0 +1,137 @@
import { themes as prismThemes } from 'prism-react-renderer';
Copy link

Choose a reason for hiding this comment

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

Error loading TSDoc config file:
Error encountered for /home/runner/work/react-native-sdk/tsdoc.json:
Unable to resolve "extends" reference to "typedoc/tsdoc.json": Cannot find module 'typedoc/tsdoc.json' from '/home/runner/work/react-native-sdk'
[eslint:tsdoc/syntax]

@@ -0,0 +1,33 @@
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
Copy link

Choose a reason for hiding this comment

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

Error loading TSDoc config file:
Error encountered for /home/runner/work/react-native-sdk/tsdoc.json:
Unable to resolve "extends" reference to "typedoc/tsdoc.json": Cannot find module 'typedoc/tsdoc.json' from '/home/runner/work/react-native-sdk'
[eslint:tsdoc/syntax]

/**
* Current configuration of the Iterable SDK
*
* @categoryDescription Advanced Use
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 "@categoryDescription" is not defined in this configuration [eslint:tsdoc/syntax]

* This property provides access to authentication functionality including
* pausing the authentication retry mechanism.
*
* @since Introduced in
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 "@SInCE" is not defined in this configuration [eslint:tsdoc/syntax]

* pausing the authentication retry mechanism.
*
* @since Introduced in
* [2.2.0](https://www.npmjs.com/package/@iterable/react-native-sdk/v/2.2.0)
Copy link

Choose a reason for hiding this comment

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

tsdoc-at-sign-in-word: The "@" character looks like part of a TSDoc tag; use a backslash to escape it [eslint:tsdoc/syntax]

* It also manages the state of the inbox, including loading state, selected message, and visible message impressions.
*
* @category React Components
* @group React Components
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 "@group" is not defined in this configuration [eslint:tsdoc/syntax]

@@ -1,4 +1,4 @@
import { useRef } from 'react';
import { useRef, type PropsWithChildren, type ReactElement } from 'react';
Copy link

Choose a reason for hiding this comment

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

Error loading TSDoc config file:
Error encountered for /home/runner/work/react-native-sdk/tsdoc.json:
Unable to resolve "extends" reference to "typedoc/tsdoc.json": Cannot find module 'typedoc/tsdoc.json' from '/home/runner/work/react-native-sdk'
[eslint:tsdoc/syntax]

@@ -1,4 +1,9 @@
import { useEffect, useState } from 'react';
import {
Copy link

Choose a reason for hiding this comment

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

Error loading TSDoc config file:
Error encountered for /home/runner/work/react-native-sdk/tsdoc.json:
Unable to resolve "extends" reference to "typedoc/tsdoc.json": Cannot find module 'typedoc/tsdoc.json' from '/home/runner/work/react-native-sdk'
[eslint:tsdoc/syntax]

@@ -1,4 +1,10 @@
import { useCallback, useRef, useState } from 'react';
import {
Copy link

Choose a reason for hiding this comment

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

Error loading TSDoc config file:
Error encountered for /home/runner/work/react-native-sdk/tsdoc.json:
Unable to resolve "extends" reference to "typedoc/tsdoc.json": Cannot find module 'typedoc/tsdoc.json' from '/home/runner/work/react-native-sdk'
[eslint:tsdoc/syntax]

@@ -1,16 +1,23 @@
/**
* React Native module for Iterable.
* [@iterable/react-native-sdk](https://github.com/Iterable/react-native-sdk)
Copy link

Choose a reason for hiding this comment

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

tsdoc-at-sign-in-word: The "@" character looks like part of a TSDoc tag; use a backslash to escape it [eslint:tsdoc/syntax]

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