Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 414 Bytes

Style-PercentQLiterals.md

File metadata and controls

18 lines (11 loc) · 414 Bytes

Pattern: Unnecessary %Q

Issue: -

Description

This rule checks for usage of the %Q syntax when when interpolation is not needed or %q would do.

Default configuration

Attribute Value
EnforcedStyle lower_case_q
SupportedStyles lower_case_q, upper_case_q

Further Reading