Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update VersionChanged from 1.0 to 0.84 #7986

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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