Effortless Code Conventions Review for Pull Request Changes

This page summarizes the projects mentioned and recommended in the original post on dev.to

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. rubocop

    Discontinued A Ruby static code analyzer and formatter, based on the community Ruby style guide. [Moved to: https://github.com/rubocop/rubocop] (by bbatsov)

    To fight with non-consistent source code formatting there are static analysis tools such as RuboCop.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. rubygems

    Library packaging and distribution for Ruby.

    source 'https://rubygems.org' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" end gem 'pronto' gem 'oj' gem 'pronto-rubocop', require: false gem 'pronto-scss', require: false gem 'pronto-eslint', require: false gem 'pronto-brakeman', require: false gem 'pronto-rails_best_practices', require: false

  4. pronto

    Discontinued Quick automated code review of your changes [Moved to: https://github.com/prontolabs/pronto] (by mmozuras)

    There is a suitable tool for this job - pronto. With help of CI *(in our case that’s CircleCI) we run it for each *Pull Request.

  5. Hakiri

    Secure Ruby apps with Hakiri

  6. Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

    source 'https://rubygems.org' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github.com/#{repo_name}.git" end gem 'pronto' gem 'oj' gem 'pronto-rubocop', require: false gem 'pronto-scss', require: false gem 'pronto-eslint', require: false gem 'pronto-brakeman', require: false gem 'pronto-rails_best_practices', require: false

  7. CodeClimate

    Discontinued Multi-language code linter, auto-formatter, and security scanner [Moved to: https://github.com/qltysh/qlty]

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A Tale of Hashery and Woe: How Mutable Hash Keys Led to an ActiveRecord Bug

    4 projects | dev.to | 10 Jan 2023
  • Ruby

    5 projects | /r/ruby | 6 Nov 2022
  • Jekyll + Github = Free hosting: Tutorial

    3 projects | dev.to | 28 Mar 2022
  • Debug Rails with ruby/debug

    2 projects | dev.to | 13 Feb 2022
  • A Swiss Army Knife for Zsh Unix shell

    6 projects | dev.to | 12 Jan 2022

Did you know that Ruby is
the 12th most popular programming language
based on number of references?