Skip to content

Conversation

@Vismalskumar0
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings January 13, 2026 07:47
@Vismalskumar0 Vismalskumar0 requested a review from a team as a code owner January 13, 2026 07:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds conditional compilation directives to differentiate behavior between RDKB and non-RDKB platforms in the RFC (Runtime Feature Control) configuration handling code.

Changes:

  • Wraps empty value validation in conditional compilation so it only applies to non-RDKB platforms
  • Wraps account ID validation logic in conditional compilation so it only applies to non-RDKB platforms

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

else
{

#if !defined(RDKB_SUPPORT)
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

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

Remove trailing whitespace/tabs at the end of this preprocessor directive line. Trailing whitespace can cause inconsistencies in code formatting and version control diffs.

Copilot uses AI. Check for mistakes.
}

#endif

Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

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

Remove this line containing only whitespace/tabs. Empty lines with whitespace can cause code formatting inconsistencies and should be replaced with a truly blank line.

Copilot uses AI. Check for mistakes.
}
else
{
#if !defined(RDKB_SUPPORT)
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

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

Remove trailing whitespace/tabs at the end of this preprocessor directive line. Trailing whitespace can cause inconsistencies in code formatting and version control diffs.

Copilot uses AI. Check for mistakes.
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.

3 participants