Skip to content

Conversation

@prk-Jr
Copy link
Collaborator

@prk-Jr prk-Jr commented Jan 22, 2026

Remove the IntegrationConfigTrait alias from permutive, lockr, and testlight integration modules. Use IntegrationConfig directly without aliasing, matching the pattern in other integrations and improving code consistency and searchability.

Trait aliasing is typically reserved for avoiding name collisions, which don't exist here.

Resolves: #190

Remove the IntegrationConfigTrait alias from permutive, lockr, and
testlight integration modules. Use IntegrationConfig directly without
aliasing, matching the pattern in other integrations and improving code
consistency and searchability.

Trait aliasing is typically reserved for avoiding name collisions,
which don't exist here.

Resolves: #190
@prk-Jr prk-Jr self-assigned this Jan 22, 2026
@prk-Jr prk-Jr requested a review from aram356 January 22, 2026 14:37
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.

Standardize integration trait naming: remove IntegrationConfigTrait alias

2 participants