-
-
Notifications
You must be signed in to change notification settings - Fork 116
Linter: Rename Action View specific Linter Rules #1359
Copy link
Copy link
Open
Labels
configHerb configuration file handling and config optionsHerb configuration file handling and config optionsdocumentationImprovements or additions to documentationImprovements or additions to documentationjavascriptJavaScript source across the javascript/ packagesJavaScript source across the javascript/ packageslinter@herb-tools/linter for HTML+ERB templates@herb-tools/linter for HTML+ERB templates
Milestone
Description
Metadata
Metadata
Assignees
Labels
configHerb configuration file handling and config optionsHerb configuration file handling and config optionsdocumentationImprovements or additions to documentationImprovements or additions to documentationjavascriptJavaScript source across the javascript/ packagesJavaScript source across the javascript/ packageslinter@herb-tools/linter for HTML+ERB templates@herb-tools/linter for HTML+ERB templates
With #1358, we added a first
actionview-*linter rule. We should go through the existing linter rules and make sure that all Action View specific rules use theactionview-*prefix.We also want to include redirects for the docs page so that the old links are pointing to the new renamed rule.
The main motivation here is, that you can disable all
actionview-*linter rules with one config in the.herb.ymlwhen you aren't using Herb with Action View/Rails.Related #480
Related #1310