functional/functional-parameters
in recommended/lite configs not working anymore
#885
Labels
Type: Bug
Inconsistencies or issues which will cause a problem for users or implementors.
Bug Report
After the change in #811 that changed the options for
functional/functional-parameters
in recommended and lite configs the rule is not working anymore. It is still working though when defined manually viafunctional/functional-parameters: "error"
.Expected behavior
Those functions should throw an error for
functional/functional-parameters
.Actual behavior
They don't throw an error if the rule is used via the recommended or lite configs.
Steps to reproduce
Use the recommended or lite config and write any function without arguments.
Proposed changes
Either I am not understanding something about the changes in #811 (and maybe also #803) — in which case the documentation should be updated, or the new configuration for the rule in the recommended and lite configs is not working anymore as intended.
The text was updated successfully, but these errors were encountered: