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
It's a code generation written on Gradle. It uses diktat-rules as dependency in buildSrc.
As a solution: we can move Warnings and Charters to toml files and generates enum Warnings and Charters based on it.
It will allow to remove diktat-ksp-dev module and integrate info to main build
Note: If info/buildSrc move to a dedicated composite build (includeBuild("blabla")), it requires to apply some plugin from this new composite build to resolve imports from this build
We have a separate module
info
which builds documentation for diktat. It has ownbuildSrc
and it's a separate gradle project.Need to integrate to main gradle project to allow to use it as part of main gradle task.
Also, looks like is not merged fully from maven:
The text was updated successfully, but these errors were encountered: