在 SonarQube 中覆盖默认正则表达式时,命名约定规则似乎无法正常工作 (Python)

Naming convention rules does not seem to properly work when the default regular expression is overridden in SonarQube (Python)

当覆盖默认正则表达式时,命名约定规则似乎无法正常工作(Python)

我无法重现这个问题。唯一的想法是您在正则表达式“^[A-Z]...”的开头错误地放置了一个空格。