79140141

Date: 2024-10-30 07:59:04
Score: 0.5
Natty:
Report link

I faced the same problem and did not want to turn of SQL inspection everywhere, just in Markdown files.

I created a custom scope for markdown files. Click on SQL under Inspections and there you can select/create/edit scopes and their respective behaviors

I used this file-pattern:

file[*]:*/*.md

IntelliJ Inspections settings

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Japu_D_Cret