Skip to main content

Markdown

Format

Displays the linting results to a standard Markdown .md file. By default, the report is saved at ./target/lqlint-report.md

Options

No extra options.

Sample report

src/main/resources/ddl/first.xml

Change SetStatusRuleMessage
noneERRORchangelog-file-nameChangelog filename does not match pattern
IGNOREDno-preconditionsPreconditions are not allowed in this project
2020010101ERRORcreate-index-nameIndex name does not follow pattern
IGNOREDno-raw-sqlRaw sql change types are not allowed, use appropriate Liquibase change types

src/main/resources/ddl/second.xml

Change SetStatusRuleMessage
2020010101ERRORcreate-index-nameIndex name does not follow pattern

Summary

  • ERROR: 3
  • IGNORED: 2
  • PASSED: 6
  • DISABLED: 2