* Auto generate CLI options
* Add tests for CliOptionsPrinter
* Update dangling URLs pointing to the old website (#3400)
* Include cli-options in markdown
* Setup a website publishing pipeline
* Revert Url back to https://detekt.github.io/detekt/
* Deploy only on master
* Remove extra blank line
* Update Java in pipeline to 11
* Remove remaining documentation page
Added AbstractInInterface rule to config.yml
Refactored abstract modifier in interface rule
Add style rule for ModifierOrder - closes#129
* add style rule for ModifierOrder
* include ModifierOrder rule in default config and README.md
* attribute ktlint for modifier order rule
* clean up ModifierOrder rule
* improve tests
Added rule for safe cast to config.yml
LateInitUsage: One annotation match is enough to let the property be ignored.
Fix input flag for standalone gradle task in README
Add ReturnCountRule.
Fix description.
Merge StyleGuide conflict