Skip to content

Commit

Permalink
Update VersionChanged from 1.0 to 0.84
Browse files Browse the repository at this point in the history
Follow up to rubocop#7985 (comment).

RuboCop 0.84 will be cut before RuboCop 1.0.
  • Loading branch information
koic committed May 17, 2020
1 parent bc2190d commit 30e4970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manual/cops_layout.md
Expand Up @@ -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.
Expand Down

0 comments on commit 30e4970

Please sign in to comment.