LoginSignup
0
0

More than 3 years have passed since last update.

たった6行のcheckstyle設定があなたのチームとプロジェクトの未来を決める

Posted at
<module name="FileLength">
    <property name="fileExtensions" value="java"/>
    <property name="max" value="500" /><!-- 本当は400でもいいくらい -->
    <message key="maxLen.file"
        value="{0}行あります。許される行数は{1,number,integer}までです。長過ぎるコードはあとで変更するときの恐怖心がマシマシ。ダメ。絶対。" />
</module>

参考: https://checkstyle.sourceforge.io/config_sizes.html#FileLength

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0