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 the actionview-* 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.yml when you aren't using Herb with Action View/Rails.
Related #480
Related #1310
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