在未启用 JIT 或硬件渲染加速的环境中启动时弹出提示 (#4487)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</module>
|
||||
|
||||
<module name="FileLength"><!-- max line length for single file: http://checkstyle.sourceforge.net/config_sizes.html#FileLength -->
|
||||
<property name="max" value="1500"/>
|
||||
<property name="max" value="2000"/>
|
||||
</module>
|
||||
|
||||
<module name="TreeWalker">
|
||||
|
||||
Reference in New Issue
Block a user