Overcommit VS rubyfmt

Compare Overcommit vs rubyfmt and see what are their differences.

Overcommit

A fully configurable and extendable Git hook manager (by sds)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Overcommit rubyfmt
5 5
3,873 1,054
- -
6.6 6.5
20 days ago about 2 months ago
Ruby Rust
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Overcommit

Posts with mentions or reviews of Overcommit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-29.
  • Linting and Auto-formatting Ruby Code With RuboCop
    12 projects | dev.to | 29 Jun 2022
    A great way to ensure that all Ruby code in a project is linted and formatted properly before being checked into source control is by setting up a Git pre-commit hook that runs RuboCop on each staged file. This article will show you how to set it up with Overcommit, a tool for managing and configuring Git pre-commit hooks, but you can also integrate RuboCop with other tools if you already have an existing pre-commit workflow.
  • Tailwind CSS class sorter – the custom way
    5 projects | dev.to | 21 Sep 2021
    As a team we want to ensure that everybody commits our templates with classes rightly ordered. We use Overcommit to enforce consistency but any similar tool will do.
  • Run RuboCop on git commit with Overcommit Gem
    1 project | dev.to | 26 Aug 2021
    # Use this file to configure the Overcommit hooks you wish to use. This will # extend the default configuration defined in: # https://github.com/sds/overcommit/blob/master/config/default.yml # # At the topmost level of this YAML file is a key representing type of hook # being run (e.g. pre-commit, commit-msg, etc.). Within each type you can # customize each hook, such as whether to only run it on certain files (via # `include`), whether to only display output if it fails (via `quiet`), etc. # # For a complete list of hooks, see: # https://github.com/sds/overcommit/tree/master/lib/overcommit/hook # # For a complete list of options that you can use to customize hooks, see: # https://github.com/sds/overcommit#configuration # # Uncomment the following lines to make the configuration take effect. PreCommit: RuboCop: enabled: true on_warn: fail # Treat all warnings as failures problem_on_unmodified_line: ignore # run RuboCop only on modified code
  • Automatically sorting your Tailwind CSS class names
    3 projects | dev.to | 8 Jun 2021
    Overcommit - run rustywind --write during git commit to update your files before you send them off to git
  • Migrating Tachyons to Tailwind CSS (III – learnings)
    6 projects | dev.to | 1 Mar 2021
    By the way, it’s nice that adding (or completely redefining) the scale system is so easy in Tailwind. On the other hand, care must be taken that modifying the defaults is not overused. In the end, we added an Overcommit rule banning further updates of the Tailwind configuration (of course, this can be temporarily disabled, when truly needed).

rubyfmt

Posts with mentions or reviews of rubyfmt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-06.
  • Are you using rubocop-airbnb?
    2 projects | /r/rails | 6 Mar 2023
    We're using rubyfmt along with a rubocop config which does its best to strip out any styling decisions.
  • Ruby on Rails Auto Formatter
    1 project | /r/SublimeText | 17 Oct 2022
    Looked at https://github.com/penelopezone/rubyfmt and other options but none seem to actually work.
  • Linting and Auto-formatting Ruby Code With RuboCop
    12 projects | dev.to | 29 Jun 2022
    RubyFmt is a brand-new code formatter that's written in Rust and currently under active development. Like Prettier, it is intended to be a formatter and not a code analysis tool. It hasn't seen a stable release just yet, so you should probably hold off on adopting it right now, but it's definitely one to keep an eye on.
  • I look for a "Rosetta" documentation to found correspondence between languages tooling
    10 projects | /r/Python | 16 Jan 2022
    Another example: code formatters. You mention gofmt (which you incorrectly put next to Ruby even though it's for Go)... There are lots of code formatters for Ruby, even if you only consider ones directly inspired/influenced by gofmt. A quick google turned up at least three of those: https://github.com/pariz/rubo-format, https://github.com/penelopezone/rubyfmt, and https://github.com/ruby-formatter/rufo. I'm pretty sure rubocop is used in Ruby more than any of those, but rubocop is less directly influenced by gofmt. So what do you choose? The project(s) that's more closely analogous? Or the more popular formatter?
  • Penelopezone/Rubyfmt: Ruby Autoformatter
    1 project | news.ycombinator.com | 14 Sep 2021

What are some alternatives?

When comparing Overcommit and rubyfmt you can also consider the following projects:

Rugged - ruby bindings to libgit2

rufo - The Ruby Formatter

git-up - NOT MAINTAINED

coc-solargraph - Solargraph extension for coc.nvim

git-whence - Find the merge and pull request a commit came from + fuzzy search for cherry-picks

rubo-format - gofmt like ruby code formatting in atom

git-spelunk - git-spelunk, an interactive git history tool

plugin-ruby - Prettier Ruby Plugin

git-auto-bisect - Find the first broken commit without having to learn git bisect

go-formatter - A curated list of awesome Go frameworks, libraries and software

pre-commit - A framework for managing and maintaining multi-language pre-commit hooks.

prettier - Prettier is an opinionated code formatter.