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

Add option for ignoring different types of quotes (fixes #916) #978

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BlueM
Copy link

@BlueM BlueM commented May 17, 2024

As described in #916, a concatenation of single-quoted and double-quoted strings can be intentional to reduce quote escaping in the code.

This PR introduces a setting keep_concatenation_for_different_quotes which allows keeping such concatenations.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 9124659909

Details

  • 9 of 9 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 9074337801: 0.0%
Covered Lines: 2580
Relevant Lines: 2580

💛 - Coveralls

@kubawerlos
Copy link
Owner

@BlueM this option addition is a good idea, can you update PR?

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.

None yet

3 participants