- Ruby [ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]]
- Stickler ci (Ruby in the repository)
The project description in from Microverse capstone projects on the Ruby section Link to Description:
To run this project yo have to have this repo on your computer To get a local copy up and running follow these simple steps.
This linter check the following standards in .js files:
- If find a capital letter in the indetifier names and recommend to use camelCase instead.
- If find underscore in the indetifier names and recommend to use camelCase instead.
- If there is a semicolon at the end.
- If there are spaces around operators.
- If there is a space before opening brace.
- If find a space at the end of the line, send a message to remove it.
- If find a double space in line, send a message to use one space.
- And if there is a missing opening or closing brace.
- ruby > 2.6.x
- git > 2.x
- bundler > 2.x
Download or clone this repository to your machine.
- To clone, go to "Clone or Download" and click on Download ZIP and extract the files to a folder in your computer
From the command line:
$ git clone https://https://github.com/rkyankya/ruby-capstone.git
- Change the "test_file.js" to suit your needs
Then run the executable file in your terminal :
./bin/main.rb
- This is an example in the .js file
FirstName = 'John';
last_Name = 'Doe';
fullName = firstName+ lastName;
Should be displayed the next output:
You can enable or disable the test validations in the .commicop.yml file in the root directory
Feel free to reach out to me with any of the links below Kyankya Raymond
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.

