Skip to content

Commit

Permalink
Merge pull request #6865 from aeroastro/feature/remove-preceding-prefix
Browse files Browse the repository at this point in the history
Fix deactivated `StyleGuideBaseURL` for `Layout/ClassStructure`
  • Loading branch information
koic committed Mar 28, 2019
2 parents 86f35b2 + 344a678 commit d28f860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@
* [#6855](https://github.com/rubocop-hq/rubocop/pull/6855): Fix an exception in `Rails/RedundantReceiverInWithOptions` when the body is empty. ([@ericsullivan][])
* [#6856](https://github.com/rubocop-hq/rubocop/pull/6856): Fix auto-correction for `Style/BlockComments` when the file is missing a trailing blank line. ([@ericsullivan][])
* [#6858](https://github.com/rubocop-hq/rubocop/issues/6858): Fix an incorrect auto-correct for `Lint/ToJSON` when there are no `to_json` arguments. ([@koic][])
* [#6865](https://github.com/rubocop-hq/rubocop/pull/6865): Fix deactivated `StyleGuideBaseURL` for `Layout/ClassStructure`. ([@aeroastro][])

### Changes

Expand Down Expand Up @@ -3889,3 +3890,4 @@
[@luciamo]: https://github.com/luciamo
[@dirtyharrycallahan]: https://github.com/dirtyharrycallahan
[@ericsullivan]: https://github.com/ericsullivan
[@aeroastro]: https://github.com/aeroastro
2 changes: 1 addition & 1 deletion config/default.yml
Expand Up @@ -368,7 +368,7 @@ Layout/CaseIndentation:

Layout/ClassStructure:
Description: 'Enforces a configured order of definitions within a class body.'
StyleGuide: 'https://github.com/rubocop-hq/ruby-style-guide#consistent-classes'
StyleGuide: '#consistent-classes'
Enabled: false
VersionAdded: '0.52'
Categories:
Expand Down

0 comments on commit d28f860

Please sign in to comment.