Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Markdown report #4858

Merged
merged 10 commits into from Jun 14, 2022
Merged

Add Markdown report #4858

merged 10 commits into from Jun 14, 2022

Commits on May 24, 2022

  1. Add Markdown report

    VitalyVPinchuk committed May 24, 2022
    Copy the full SHA
    ab33355 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Improve output report

    Use headings instead of list for 'Rules' section
    VitalyVPinchuk committed May 25, 2022
    Copy the full SHA
    0373fb3 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Copy the full SHA
    6da4de0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Move markdown/yaml generators to 'detekt-tooling'

    Move Markdown.kt, Yaml.kt and YamlSpec.kt from 'detekt-generator' to
    'detekt-tooling' package.
    
    Refactor 'detekt-generator' and 'detekt-report-md' so that they depend
    on 'detekt-tooling'.
    VitalyVPinchuk committed May 29, 2022
    Copy the full SHA
    71b735d View commit details
    Browse the repository at this point in the history
  2. Remove useless dependency in detekt-generator/build.gradle.kts

    Co-authored-by: Brais Gabín <braisgabin@gmail.com>
    VitalyVPinchuk and BraisGabin committed May 29, 2022
    Copy the full SHA
    d8af304 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Merge branch 'main' into markdown-report

    # Conflicts:
    #	detekt-generator/src/main/kotlin/io/gitlab/arturbosch/detekt/generator/printer/defaultconfig/RuleSetConfigPrinter.kt
    #	detekt-tooling/src/main/kotlin/io/github/detekt/tooling/out/Yaml.kt
    VitalyVPinchuk committed Jun 4, 2022
    Copy the full SHA
    83a4f2e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4935d7e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Copy the full SHA
    81ac770 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a7df4d3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    93c1d89 View commit details
    Browse the repository at this point in the history