Add some opt out mechanism for warnings that the package chooses to ignore, such as the kebab-case checks. This would remove some of the review noise. It might make sense to only allow disabling a set of diagnostics, for example only some warnings, and no errors.
One way this could be implemented would be to add an entry in the manifest under tool.package-check.
Add some opt out mechanism for warnings that the package chooses to ignore, such as the kebab-case checks. This would remove some of the review noise. It might make sense to only allow disabling a set of diagnostics, for example only some warnings, and no errors.
One way this could be implemented would be to add an entry in the manifest under
tool.package-check.