From 3c046590686d9de4df1eb7b21af2d24dbd0d67c2 Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Fri, 10 Nov 2023 16:24:52 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improve=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index ff13314..03b5a92 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,26 @@ --- +The **RuboCop LTS** family of gems is the distillation of almost 20 years +of my own Ruby expertise and source code diving, +built on the shoulders of the expertise of many others; +organizing that expertise into per-Ruby-version sets of configurations. + +Although the situation has improved somewhat, +it remains [_unsafe_ to upgrade RuboCop, or Standard][Why-Build-This], +in a project that supports EOL Rubies. + +I hope it helps others avoid some of the challenges I've had with library maintenance, +and supporting decade-old mission-critical applications. + +Avoid bike-shedding, use `rubocop-lts` in every project, and +let it manage your linting complexity! + +If the `rubocop-lts` stack of libraries has helped you, or your organization, +please support my efforts by making a donation, or becoming a sponsor. + +[Why-Build-This]: https://rubocop-lts.gitlab.io/about/#why-build-this- +
[![Liberapay Patrons][⛳liberapay-img]][⛳liberapay]