Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: add Ruby Project Management and Linting lessons (#4540)
## Because It'd be cool to have those lessons. ## This PR - Adds those lessons so they actually show up in the curriculum! ## Issue Related: - TheOdinProject/curriculum#27026 - TheOdinProject/curriculum#27091 ## Additional Information Please merge these first: - TheOdinProject/curriculum#28040 - TheOdinProject/curriculum#28041 Also, for all the poor WSL2 souls that have failing rspec tests: Do not follow Cliver error output. It won't be happy with a wslpath'd Chrome on Windows side. At least, it wasn't in my case. Just install Chrome in WSL2 and it'll be happy. ## Pull Request Requirements - [x] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) - [x] The title of this PR follows the `keyword: brief description of change` format, using one of the following keywords: - `Feature` - adds new or amends existing user-facing behavior - `Chore` - changes that have no user-facing value, refactors, dependency bumps, etc - `Fix` - bug fixes - [x] The `Because` section summarizes the reason for this PR - [x] The `This PR` section has a bullet point list describing the changes in this PR - [x] I have verified all tests and linters pass after making these changes. - [x] If this PR addresses an open issue, it is linked in the `Issue` section - [ ] If applicable, this PR includes new or updated automated tests
- Loading branch information