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
{{ message }}
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
Starting with version 4.3 of the db* CODECOP CLI it's possible to analyze Markdown files. In fact only the SQL code blocks will be analyzed (similar to the formatter). Furthermore this version produces by default also a Generic Issue Import Format.
This allows to set-up an fully-automated check of all Markdown files in this repository and publish the results to SonarCloud using GitHub actions. The configuration should cover all branches.
This way syntax errors and unwanted violations of own rules can be discovered faster.
The wanted violations should be marked as false positives.