checkstyle: do not include URLs in line length checks
This commit is contained in:
parent
c95c2ed283
commit
bb37a013a8
@ -17,6 +17,7 @@
|
|||||||
<module name="FileContentsHolder" />
|
<module name="FileContentsHolder" />
|
||||||
<module name="LineLength">
|
<module name="LineLength">
|
||||||
<property name="max" value="118"/>
|
<property name="max" value="118"/>
|
||||||
|
<property name="ignorePattern" value="https?://"/>
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
<module name="ConstantName">
|
<module name="ConstantName">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user