Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

# prepare project for Capstone review #5

Merged
merged 80 commits into from
Apr 29, 2020
Merged

# prepare project for Capstone review #5

merged 80 commits into from
Apr 29, 2020

Conversation

codecell
Copy link
Owner

@codecell codecell commented Apr 8, 2020

What does this PR do

  • This PR is for review by the capstone team

Project Linter

  • This Linter is meant for linting Javascript files
    Things Covered Here
  • Errors currently detectable by js-companion
    • variable naming errors
    • class naming errors
    • Extra or redundant spacing errors
    • Multiple declaration of classes in a file (class count) errors
    • Unused variables are detected
      Testing
  • You can test online using the Replit badge in the Readme
  • Test Locally: after cloning the project, youcan test as follows
  • bin/main.rb file.js to test just a file
  • bin/main.rb foldernameContainingJsFiles to test all files in a folder
    • bin/main.rb . to test All *.js files and Folders

Add rubocop & stickler settings
This pull request adds a `Run on Repl.it` badge to the `README`. This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it).
codecell and others added 29 commits April 27, 2020 14:32
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v10.5.0...v13.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
Update rake requirement from ~> 10.0 to ~> 13.0
@codecell codecell merged commit 26d6c0a into master Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant