Class CommentRegularExpressionCheck

java.lang.Object
org.sonar.plugins.python.api.PythonSubscriptionCheck
org.sonar.python.checks.CommentRegularExpressionCheck
All Implemented Interfaces:
PythonCheck, SubscriptionCheck

public class CommentRegularExpressionCheck extends PythonSubscriptionCheck
  • Field Details

    • regularExpression

      public String regularExpression
    • message

      public String message
  • Constructor Details

    • CommentRegularExpressionCheck

      public CommentRegularExpressionCheck()
  • Method Details