View Javadoc
1   /*
2   SuppressWithNearbyTextFilter
3   nearbyTextPattern = <a href="[^"]+">
4   checkPattern = LineLength
5   messagePattern = (default)(null)
6   idPattern = (default)(null)
7   lineRange = (default)0
8   
9   com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
10  fileExtensions = (default)all files
11  ignorePattern = (default)^(package|import) .*
12  max = 90
13  
14  
15  */
16  
17  package com.puppycrawl.tools.checkstyle.filters.suppresswithnearbytextfilter;
18  
19  public class InputSuppressWithNearbyTextFilterNearbyTextPatternUrlLineLengthSuppression {
20      /**
21       * Simple SARIF logger.
22       * SARIF stands for the static analysis results interchange format.
23       * See <a href="https://sarifweb.azurewebsites.net/">reference</a>
24       */
25      public class SarifLogger{
26      }
27  
28  
29      /**
30       *
31       * // filtered violation below 'Line is longer than 90 characters (found 98).'
32       * <a href="https://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#CHDHJECF">
33       * Oracle Docs</a>
34       * @see #PARAM_LITERAL
35       */
36      public static final int PARAMETER_NAME = 1;
37  
38      // filtered violation below 'Line is longer than 90 characters (found 97).'
39      // <a href="http://www.sdfjlgbhnSLDRKFGvsdjkfhOdfjdfgdfsgaaaaaa.org/asd.html#aabbccddffgghh">
40      public static final int PARAMETER_NAME2 = 2;
41  }