Update detekt config path

This commit is contained in:
Mateusz Armatys 2021-10-19 17:49:13 +02:00
parent b48b6f05d8
commit 1eeb6d9085
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
<component name="DetektProjectConfiguration">
<enableDetekt>true</enableDetekt>
<enableFormatting>true</enableFormatting>
<rulesPath>$PROJECT_DIR$/config/detekt/config.yml</rulesPath>
<configPaths>$PROJECT_DIR$/config/detekt/config.yml</configPaths>
</component>
</project>