From: Andy Allan Date: Wed, 27 Nov 2024 17:10:08 +0000 (+0000) Subject: Resolve erb_lint deprecations X-Git-Tag: live~32^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/35a98e045e85455fa351cf98cc185922504b52d4?hp=--cc Resolve erb_lint deprecations They have standardized on underscores. See https://github.com/Shopify/erb_lint/pull/360 --- 35a98e045e85455fa351cf98cc185922504b52d4 diff --git a/.erb-lint.yml b/.erb_lint.yml similarity index 100% rename from .erb-lint.yml rename to .erb_lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 343084b0f..06f6ff841 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: rubygems: 3.4.10 bundler-cache: true - name: Run erblint - run: bundle exec erblint . + run: bundle exec erb_lint . eslint: name: ESLint runs-on: ubuntu-22.04