Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork178
-
I simply used |
BetaWas this translation helpful?Give feedback.
All reactions
Hello,
The formatters cannot be enabled or disabled as linter.
The formatters should be defined inside theformatters configuration.
Replies: 2 comments 4 replies
-
Hello, The formatters cannot be enabled or disabled as linter. The formatters should be defined inside the |
BetaWas this translation helpful?Give feedback.
All reactions
-
Any plans to expose this as args so to skip creating a config just to enable a formatter? |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
No, because it makes no sense to do that inside v2: a formatter is not a linter. The formatters are related to the new command |
BetaWas this translation helpful?Give feedback.
All reactions
-
In v1 it was straightforward to CI-check if the code is formatted, as it worked as any other linter. In v2 the best way I found is to use 2 commands separately, |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
The formatters must be defined inside the configuration file to be run by the command |
BetaWas this translation helpful?Give feedback.