Skip to content

Commit

Permalink
Update S4649: Clarify how to use the rule property "ignoreFontFamilie…
Browse files Browse the repository at this point in the history
…s" (#4744)
  • Loading branch information
yassin-kammoun-sonarsource authored Jun 19, 2024
1 parent 42d6116 commit 88b275a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class FontFamilyNoMissingGenericFamilyKeyword implements CssRule {

@RuleProperty(
key = "ignoreFontFamilies",
description = "Comma-separated list of font families exempt from this rule (regular expressions supported).",
description = "Comma-separated list of font families to ignore. Each value can be a string or a regular expression with the syntax /pattern/.",
defaultValue = "" + DEFAULT_IGNORE_FONT_FAMILIES
)
String ignoreFontFamilies = DEFAULT_IGNORE_FONT_FAMILIES;
Expand Down

0 comments on commit 88b275a

Please sign in to comment.