Skip to content

Conversation

lposen
Copy link
Contributor

@lposen lposen commented Oct 3, 2025

🔹 JIRA Ticket(s) if any

✏️ Description

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

RN app should be able to pass RetryPolicy in configuration.
iOS part is still pending.
Copy link

qltysh bot commented Oct 3, 2025

❌ 8 blocking issues (8 total)

Tool Category Rule Count
eslint Lint Insert ; 6
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'
2

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

@lposen lposen changed the base branch from master to MOB-10946-TS-Layer October 3, 2025 23:44
maxRetry: 5,
retryInterval: 10,
retryBackoff: IterableRetryBackoffType.LINEAR
}
Copy link

Choose a reason for hiding this comment

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

Insert ; [eslint:prettier/prettier]

Suggested change
}
};

@@ -0,0 +1,7 @@
/**
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]

export * from './IterableEventName';
export * from './IterableLogLevel';
export * from './IterablePushPlatform';
export * from './IterableRetryBackoffType';
Copy link

Choose a reason for hiding this comment

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

Insert [eslint:prettier/prettier]

@@ -0,0 +1,17 @@
import { IterableRetryBackoffType } from '../enums/IterableRetryBackoffType';
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]

/** Number of consecutive JWT refresh retries the SDK should attempt */
maxRetry: number;
/**
* Duration between JWT refresh retries in seconds
Copy link

Choose a reason for hiding this comment

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

Delete · [eslint:prettier/prettier]

Suggested change
* Duration between JWT refresh retries in seconds
* Duration between JWT refresh retries in seconds

retryInterval: number;
/** The backoff pattern to apply between retry attempts */
retryBackoff: IterableRetryBackoffType;
} No newline at end of file
Copy link

Choose a reason for hiding this comment

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

Insert [eslint:prettier/prettier]

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