View Javadoc
1   /*
2   LineLength
3   fileExtensions = (default)all files
4   ignorePattern = ^ *\\* *([^ ]+|\\{@code .*|<a href="[^"]+">)$
5   max = (default)80
6   
7   
8   */
9   
10  package com.puppycrawl.tools.checkstyle.checks.sizes.linelength;
11  
12  /**
13   * <a href="a long string that has exceeded the 80 character per line limit">with inline title</a> // violation
14   * <a href="another long string that has exceeded the 80 character per line limit">
15   * with wrapped title</a>
16   */
17  public class InputLineLengthLongLink {
18  }