summaryrefslogtreecommitdiff
path: root/test/linter/test_erb.vader
AgeCommit message (Collapse)Author
2023-05-26🐛 Fix a Ruby deprecation warning in the ERB linter (#4521)Rob Whittaker
* Fix a Ruby deprecation warning in the ERB linter Before, the ERB linter used positional arguments. Newer versions of Ruby have deprecated this method signature. We fixed the linter to use keyword arguments. * fixup! Fix a Ruby deprecation warning in the ERB linter
2021-03-21#3633 - Move linter tests into test/linterw0rp