Commit c36c3f8
authored
Checkstyle allow long URLs in inline comments (#932)
Adapt checkstyle LineLength ignore pattern to include comment lines starting with //.
Checkstyle was already configured to ignore lines with long single words, such as long URLs, in *javadoc* comments, i.e. lines starting with *.
Now we apply the same ignore rule also to inline comments, i.e. lines starting with //.1 parent c6ce0a2 commit c36c3f8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
0 commit comments