Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Detekt,我需要配置 LargeClass 规则。我想为生产和测试类设置不同的阈值。可以这样配置吗?
最后我找到了解决方案。我能够通过创建单独的 yaml 文件来实现这一点,该文件只有特定的规则和该规则的不同阈值,并使用 --config、-c 标志传递它:
gradle detekt -c main.yaml, test.yaml