From 46bda964d31f27b69676b6d1eeaadf49049fd301 Mon Sep 17 00:00:00 2001 From: Jeroen de Jong Date: Mon, 27 Jan 2020 21:26:55 +0100 Subject: [PATCH] Fix docs --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fe1f8b1..88d17f0b 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,6 @@ As of today, it is integrated with: * Defaults to processing .cljs files only, given the overlap with Eastwood. * [refactor-nrepl](https://github.com/clojure-emacs/refactor-nrepl) * Used for "clean unused imports" functionality - * [bikeshed](https://github.com/dakrone/lein-bikeshed) - * Used for checking max column count * [all-my-files-should-end-with-exactly-one-newline-character](https://github.com/gfredericks/lein-all-my-files-should-end-with-exactly-one-newline-character) * Configurable, you can ensure either 0 or 1 ending newlines per file. @@ -31,6 +29,7 @@ And it also bundles a few tiny linters of its own: * [loc-per-ns](https://github.com/nedap/formatting-stack/blob/debdab8129dae7779d390216490625a3264c9d2c/src/formatting_stack/linters/loc_per_ns.clj) warns if a given NS surpasses a targeted LOC count. * [ns-aliases](https://github.com/nedap/formatting-stack/blob/debdab8129dae7779d390216490625a3264c9d2c/src/formatting_stack/linters/ns_aliases.clj) warns if [Sierra's](https://stuartsierra.com/2015/05/10/clojure-namespace-aliases) aliasing guide is disregarded. + * [line-length](https://github.com/nedap/formatting-stack/blob/f1cf4206399a77a83fde4140095d4c59c10b1605/src/formatting_stack/linters/line_length.clj) warns if max line length is reached. It is fully extensible: you can configure the bundled formatters, remove them, and/or add your own.