avoid_logic_in_view_classes #58844
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
linter-lint-request
needs-info
We need additional information from the issue author (auto-closed after 14 days if no response)
This rule will help separate view classes from controllers, data models, etc.
Classes that extend base view classes should not contain logic, except for factory constructors. All logical operators should be prohibited in this classes.
The text was updated successfully, but these errors were encountered: