The documentation on databricks.com says the following, in the context of configuring Python linting via pyproject.toml:
You can also disable Databricks-written syntax highlighting rules with a block such as:
[tool.databricks]
disabled_rules = ['DB01', 'DB03']
However, I have searched far and wide and I cannot find any documentation whatsoever that describes these rules. There have been some recent changes to error highlighting that I'd like to disable without entirely turning off error highlighting, but that's difficult without documentation (if it's even possible).
Does anyone know where to find information on this?