StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
RuboCop
ByRuboCopRuboCop

RuboCop

#7in Code Review
Discussions2
Followers222
OverviewDiscussions2AdoptionAlternativesIntegrations
Try It

What is RuboCop?

RuboCop is a Ruby static code analyzer. Out of the box it will enforce many of the guidelines outlined in the community Ruby Style Guide.

RuboCop is a tool in the Code Review category of a tech stack.

RuboCop Pros & Cons

Pros of RuboCop

  • ✓Open-source
  • ✓Completely free
  • ✓Runs Offline
  • ✓Can automatically fix some problems
  • ✓Customizable
  • ✓Follows the Ruby Style Guide by default
  • ✓Atom package
  • ✓Integrates with Vim/Emacs/Atom/Sublime/
  • ✓Integrates With Custom CMS

Cons of RuboCop

No cons listed yet.

RuboCop Alternatives & Comparisons

What are some alternatives to RuboCop?

ESLint

ESLint

A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.

Prettier

Prettier

Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

TSLint

TSLint

An extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors. It is widely supported across modern editors & build systems and can be customized with your own lint rules, configurations, and formatters.

SonarQube

SonarQube

SonarQube provides an overview of the overall health of your source code and even more importantly, it highlights issues found on new code. With a Quality Gate set on your project, you will simply fix the Leak and start mechanically improving.

Stylelint

Stylelint

A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets.

JSHint

JSHint

It is a community-driven tool to detect errors and potential problems in JavaScript code. It is open source and can easily adjust in the environment you expect your code to execute.

Try It

Visit Website

Adoption

On StackShare

RuboCop Integrations

Ruby, Zen Rails Base Application, Howitzer, Hound are some of the popular tools that integrate with RuboCop. Here's a list of all 4 tools that integrate with RuboCop.

Ruby
Ruby
Zen Rails Base Application
Zen Rails Base Application
Howitzer
Howitzer
Hound
Hound

RuboCop Discussions

Discover why developers choose RuboCop. Read real-world technical decisions and stack choices from the StackShare community.

Jerome Dalbert
Jerome Dalbert

Principal Backend Software Engineer at StackShare

Mar 24, 2019

Needs adviceonGitHubGitHubCircleCICircleCICode ClimateCode Climate

The continuous integration process for our Rails backend app starts by opening a GitHub pull request. This triggers a CircleCI build and some Code Climate checks.

The CircleCI build is a workflow that runs the following jobs:

  • check for security vulnerabilities with @{Brakeman}|tool:6577|
  • check code quality with @{RuboCop}|tool:2643|
  • run @{RSpec}|tool:2539| tests in parallel with the knapsack gem, and output test coverage reports with the simplecov gem
  • upload test coverage to Code Climate

Code Climate checks the following:

  • code quality metrics like code complexity
  • test coverage minimum thresholds

The CircleCI jobs and Code Climate checks above have corresponding GitHub status checks.

Once all the mandatory GitHub checks pass and the code+functionality have been reviewed, developers can merge their pull request into our Git master branch. Code is then ready to deploy!

#ContinuousIntegration

0 views0
Comments
Francisco Quintero
Francisco Quintero

Tech Lead at Dev As Pros

Mar 15, 2019

Needs adviceonNode.jsNode.jsRailsRailsAmazon EC2Amazon EC2

For many(if not all) small and medium size business time and cost matter a lot.

That's why languages, frameworks, tools, and services that are easy to use and provide 0 to productive in less time, it's best.

Maybe Node.js frameworks might provide better features compared to Rails but in terms of MVPs, for us Rails is the leading alternative.

Amazon EC2 might be cheaper and more customizable than Heroku but in the initial terms of a project, you need to complete configurationos and deploy early.

Advanced configurations can be done down the road, when the project is running and making money, not before.

But moving fast isn't the only thing we care about. We also take the job to leave a good codebase from the beginning and because of that we try to follow, as much as we can, style guides in Ruby with RuboCop and in JavaScript with ESLint and StandardJS.

Finally, comunication and keeping a good history of conversations, decisions, and discussions is important so we use a mix of Slack and Twist

0 views0
Comments
Companies
143
BSMWKT+137
Developers
271
DMSJDR+265