Class UselessStatementCheck

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

public class UselessStatementCheck extends PythonSubscriptionCheck
  • Field Details

    • reportOnStrings

      public boolean reportOnStrings
    • ignoredOperators

      public String ignoredOperators
  • Constructor Details

    • UselessStatementCheck

      public UselessStatementCheck()
  • Method Details