Skip to content

Commit 35191b0

Browse files
committed
Put detekt plugin config in a separate file to ease sharing
1 parent 857f0cb commit 35191b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/kotlin/io/gitlab/arturbosch/detekt/config/DetektConfigStorage.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import com.intellij.util.xmlb.annotations.Tag
1313
*/
1414
@State(
1515
name = "DetektProjectConfiguration",
16-
storages = [(Storage(StoragePathMacros.WORKSPACE_FILE))]
16+
storages = [Storage("detekt.kml")]
1717
)
1818
class DetektConfigStorage : PersistentStateComponent<DetektConfigStorage> {
1919

0 commit comments

Comments
 (0)