-
Notifications
You must be signed in to change notification settings - Fork 885
Readout all available rules & options #674
Comments
ok, I'd be happy to support some kind of "schema" JSON or XML file (it could live in |
The main obstacle here seems to be #629: Currently, rule configuration is basically untyped, and there is no sensible way of specifying the allowed rule arguments formally. |
Instead of a schema JSON or XML file, I'm thinking that rule options should be specified in code somehow. Maybe something sort of like how TypeScript does it, except that each rule would contain it's own metadata instead of having one file like this. |
Experimental rule option schemas implemented on the |
#1311 should help with this, each rule will now contain a schema for its options |
All the rules now have metadata. There is also a |
Hello,
is there a good way to readout all current rules & their options? I'm working on a TSLint Plugin for Sonar and currently the Rules are all entered manually wich is obviously far from perfect. A simple json or xml file would be good.
Greetings
Manuel
The text was updated successfully, but these errors were encountered: