The Wayback Machine - https://web.archive.org/web/20220109011628/https://github.com/topics/formatter
Skip to content
#

formatter

Here are 1,183 public repositories matching this topic...

black
blankRiot96
blankRiot96 commented Dec 21, 2021

Is your feature request related to a problem? Please describe.

It takes a bit of searching to find out how many files were reformatted and changed

Describe the solution you'd like

I think adding some simple coloring to the "x files reformatted, y files left unchanged" would be great, and also additionally leaving one line before "All done! 🍰 " would be great too imo.

**Des

mvdan
mvdan commented Dec 30, 2021

Our interpreter test suite is checked against the real bash (as well as other shells, like mksh and dash). However, since those shells had bugs in older versions, the tests are skipped if the version is too old (or too new, as sometimes changes in behavior happen!).

This results in test failures being merged to master, as CI doesn't run those tests. For example, see https://github.com/mvdan/sh/

clux
clux commented Oct 11, 2021

Good evening!
This is a feature request (AFAIKT there's no configuration option or duplicate issue for this).

In many cases where nightly rustfmt is applied by CI in public repositories, users will often run cargo fmt themselves directly or through their editor causing warnings arising from using the stable rustfmt where the nightly is required. E.g.:

$ cargo fmt
Warning

Improve this page

Add a description, image, and links to the formatter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the formatter topic, visit your repo's landing page and select "manage topics."

Learn more