Class OneStatementPerLineGoCheck

  • All Implemented Interfaces:
    org.sonarsource.slang.checks.api.SlangCheck

    public class OneStatementPerLineGoCheck
    extends org.sonarsource.slang.checks.OneStatementPerLineCheck
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean shouldIgnore​(org.sonarsource.slang.api.Tree tree)  
      • Methods inherited from class org.sonarsource.slang.checks.OneStatementPerLineCheck

        initialize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OneStatementPerLineGoCheck

        public OneStatementPerLineGoCheck()
    • Method Detail

      • shouldIgnore

        protected boolean shouldIgnore​(org.sonarsource.slang.api.Tree tree)
        Overrides:
        shouldIgnore in class org.sonarsource.slang.checks.OneStatementPerLineCheck