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

Allow diacritics #1535

Merged
merged 7 commits into from
Jul 18, 2022
Merged

Conversation

paul-dingemans
Copy link
Collaborator

Description

Allow usage of letters with diacritics in enum values and filenames.

Closes #1530

Checklist

  • PR description added
  • tests are added
  • CHANGELOG.md is updated

In case of adding a new rule:

  • README.md is updated
  • Rule has been applied on Ktlint itself and violations are fixed

…plus name of an extension function when it is the only top level declaration in a file

Closes pinterest#1521
…ver contains a nullable type and or a generic type. The implementation is a bit crude by just removing "?", "<" and ">"" from the TYPE_REFERENCE.
…tics

# Conflicts:
#	CHANGELOG.md
#	ktlint-ruleset-standard/src/main/kotlin/com/pinterest/ktlint/ruleset/standard/FilenameRule.kt
#	ktlint-ruleset-standard/src/test/kotlin/com/pinterest/ktlint/ruleset/standard/FilenameRuleTest.kt
@paul-dingemans paul-dingemans merged commit b882d09 into pinterest:master Jul 18, 2022
@paul-dingemans paul-dingemans deleted the 1530-allow-diacritics branch July 18, 2022 12:46
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.

0.46.1 does not allow nordic chars åäöåæø in enum values
1 participant