You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app can be used to lint any .rb file and displays a message for eight different checked errors. This project can be used either online at repl.it or downloaded and used locally. It was the Ruby Capstone project for the Microverse course work.
The whole idea of writing code to check another code is intriguing at the same time cognitively demanding. Building Linters for Ruby, the project provides feedback about errors or warning in code little by little. The project was built completely with Ruby following all possible best practices. Rubocop was used as a code-linter alongside Gitflow…
A ruby linter to check the style of ruby code present in a given file. The linter tells the user the reference to the code and what was expected from the user on a particular line.