Skip to content

Commit 336eabb

Browse files
committed
use erb_lint instead of erblint (deprecated)
1 parent 8b31da1 commit 336eabb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/erb_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
bundler-cache: true
2929

3030
- name: ERB lint
31-
run: bundle exec erblint --lint-all
31+
run: bundle exec erb_lint --lint-all

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ A CASA (Court Appointed Special Advocate) is a role where a volunteer advocates
3838

3939
We are very happy to have you! CASA and Ruby for Good are committed to welcoming new contributors of all skill levels.
4040

41-
Find issues to work on [here](https://github.com/rubyforgood/casa/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee) on the issue board. Issues on the [project's](https://github.com/rubyforgood/casa/projects/1) TODO column are another way to browse issues. Check to see that no one is assigned to the issue. Then comment on it to claim the issue. Commenting on an issue doesn't automatically get the issue assigned so double check the comments on an issue to see that no one is requesting assignment.
41+
Find issues to work on [here](https://github.com/rubyforgood/casa/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee) on the issue board. Issues on the [project's](https://github.com/rubyforgood/casa/projects/1) TODO column are another way to browse issues. Check to see that no one is assigned to the issue. Then comment on it to claim the issue. Commenting on an issue doesn't automatically get the issue assigned so double check the comments on an issue to see that no one is requesting assignment.
4242

4343
Pull requests which are not for an issue but which improve the codebase are also welcome! Feel free to make GitHub issues for bugs and improvements. A maintainer will be keeping an eye on issues and PRs every day or three.
4444

4545
### Communication and Collaboration
4646

4747
We highly recommend that you join us in [slack](https:https://join.slack.com/t/rubyforgood/shared_invite/zt-35218k86r-vlIiWqig54c9t~_LkGpQ7Q) in the #casa channel so you can get fast help for any questions you may have.
4848

49-
Check out [our google calendar](https://bit.ly/casacal) to see when office hours and stakeholder meetings are.
49+
Check out [our google calendar](https://bit.ly/casacal) to see when office hours and stakeholder meetings are.
5050

5151
You can also open an issue or comment on an issue on GitHub and a maintainer will reply to you.
5252

@@ -189,7 +189,7 @@ Test coverage is run by simplecov on all builds and aggregated by CodeClimate
189189
Run `bin/lint` to run all linters and fix issues. This will run:
190190

191191
1. `bundle exec standardrb --fix` auto-fix Ruby linting issues [more linter info](https://github.com/testdouble/standard)
192-
1. `bundle exec erblint --lint-all --autocorrect` [ERB linter](https://github.com/Shopify/erb-lint)
192+
1. `bundle exec erb_lint --lint-all --autocorrect` [ERB linter](https://github.com/Shopify/erb-lint)
193193
1. `npm run lint:fix` to run the [JS linter](https://standardjs.com/index.html) and fix issues
194194
1. `rake factory_bot:lint` if you have been editing factories and want to find factories and traits which produce invalid objects
195195

0 commit comments

Comments
 (0)