mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
Increase FileLength limit because of SelectBase
This commit is contained in:
parent
76c3cd3fa7
commit
757a2d1239
@ -7,8 +7,9 @@
|
||||
<property name="charset" value="UTF-8"/>
|
||||
<property name="fileExtensions" value="java, properties, xml"/>
|
||||
|
||||
<!-- maximum file length 2000 lines -->
|
||||
<module name="FileLength"/>
|
||||
<module name="FileLength">
|
||||
<property name="max" value="2500"/>
|
||||
</module>
|
||||
|
||||
<!-- check that there are no tab characters in the file -->
|
||||
<module name="FileTabCharacter">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user