Ruby Linter

Ruby Linter is my capstone project. In this project i have used all the material that I learn in Ruby section. In this project I need to create linter for beginners. I used and learned Regular Expression in this project for validation.

Additional description about the project and its features. In this project I've created Validation for 4 basic styles

  • Space after comma
  • Space between method name and parenthesis
  • file validation
  • Indentaion

Built With

  • Ruby
  • Rspec

Getting Started

Need web browser. to download Repository Need Ruby Installed. to run the code Need Terminal to test the code

Automated Test

Test cases for

  • File Validation
  • Indentations
  • Space after comma
  • Space between method name and paranthesis

To get a local copy up and running follow these simple example steps.

open Terminal

cd capstone

bin/linter.rb

Authors

👤 Muhammad Fahad Umer

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Got help in Regex from Corey Schafer
  • Special Thanks to [Microverse] (microverse.org)
  • etc