From 30e497008dddce6ccb7d5c4d6bb4d8eae4568d37 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 17 May 2020 16:55:59 +0900 Subject: [PATCH] Update `VersionChanged` from 1.0 to 0.84 Follow up to https://github.com/rubocop-hq/rubocop/pull/7985#discussion_r426227175. RuboCop 0.84 will be cut before RuboCop 1.0. --- config/default.yml | 2 +- manual/cops_layout.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.yml b/config/default.yml index cfc3bb8a194..f28931c59e3 100644 --- a/config/default.yml +++ b/config/default.yml @@ -861,7 +861,7 @@ Layout/LineLength: StyleGuide: '#80-character-limits' Enabled: true VersionAdded: '0.25' - VersionChanged: '1.0' + VersionChanged: '0.84' AutoCorrect: false Max: 120 # To make it possible to copy or click on URIs in the code, we allow lines diff --git a/manual/cops_layout.md b/manual/cops_layout.md index f328cb9c9f0..0f0427fb3eb 100644 --- a/manual/cops_layout.md +++ b/manual/cops_layout.md @@ -3000,7 +3000,7 @@ end Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged --- | --- | --- | --- | --- -Enabled | Yes | Yes | 0.25 | 1.0 +Enabled | Yes | Yes | 0.25 | 0.84 This cop checks the length of lines in the source code. The maximum length is configurable.