Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: introduce option to disallow integers for string placeholders #90

Merged
merged 3 commits into from
May 19, 2022

Conversation

boesing
Copy link
Owner

@boesing boesing commented May 19, 2022

The new option is enabled by default and this allows int for string placeholders.

The new option is enabled by default and this allows `int` for `string` placeholders.

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing added the enhancement New feature or request label May 19, 2022
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing merged commit 051c004 into 1.2.x May 19, 2022
@boesing boesing deleted the feature/allow-int-for-string-placeholder branch May 19, 2022 21:33
@boesing boesing added this to the 1.2.0 milestone May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flag to tell ReportPossiblyInvalidArgumentForSpecifier to allow int for string placeholder
1 participant