You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a shared project in the team, it would be nice to be able to share the project related config via version control. This would mean creating a separate file in .idea, instead of workspace.xml to store <component name="DetektProjectConfiguration"> try to enable CheckStyle-idea on a project to see what I mean.
Additionally since the project would be shared a project-relative configuration support would be necessary. Currently only absolute paths work. we would like to use e.g. config/detekt/detekt.yml
The text was updated successfully, but these errors were encountered:
We have a shared project in the team, it would be nice to be able to share the project related config via version control. This would mean creating a separate file in
.idea
, instead ofworkspace.xml
to store<component name="DetektProjectConfiguration">
try to enable CheckStyle-idea on a project to see what I mean.Additionally since the project would be shared a project-relative configuration support would be necessary. Currently only absolute paths work. we would like to use e.g.
config/detekt/detekt.yml
The text was updated successfully, but these errors were encountered: