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 has been archived by the owner on Mar 25, 2021. It is now read-only.
Feature proposal:
When using PMD format all warnings are reported with priority=1 (guess it's a high).
Because tslint doesn't supports different priorities, I want to have separate tslint.json files with different rule sets and want to report their results differently to PMD files.
So, if tslint will support defining of PMD priority I'll be able to do something like next:
Hi @yrtimiD, I understand why you'd like this feature, but it doesn't make sense for us to add a special flag specifically for the PMD Formatter to our API. However, adding a way to set the priority of rules is definitely something we'd like to do (see #345) and I believe it's the right way to proceed.
Feature proposal:
When using PMD format all warnings are reported with priority=1 (guess it's a high).
Because tslint doesn't supports different priorities, I want to have separate tslint.json files with different rule sets and want to report their results differently to PMD files.
So, if tslint will support defining of PMD priority I'll be able to do something like next:
The text was updated successfully, but these errors were encountered: