-
Notifications
You must be signed in to change notification settings - Fork 510
ability to ignore specific rule on specific line #486
Comments
What if it was disabled by config?
Like that? |
@mikesherov Seems like it enable or disable "global" configuration for the rest of file. But how to disable this? For example. I have global config: {
"maximumLineLengh": 50
} And a file with inline config:
|
The rules go like this: Configure using There is no situation where you can do |
Ah. Got it. It's fine. Not so flexible as it could be but still fine. |
@mikesherov For more sense it could be like enable/disable instead of true/false.
|
I'd like to tackle this, unless @markelog wants it ;), to get the 1.6 milestone moving. It's not too far away from what I did for the file-wide config. Have we settled on the api? |
I'm almost done. It'll be done today. Thanks for the offer though @mrjoelkemp |
e.g.
Note, however, this does not imply inline re-configuration of rules. Only the ability to ignore or unignore an already configured rule for the line.
The text was updated successfully, but these errors were encountered: