Sha256: 0ec15006f731edaa8ea08fad016ffe3204358c004ab24c72ab75d5a97a9d814d
Contents?: true
Size: 687 Bytes
Versions: 1
Compression:
Stored size: 687 Bytes
Contents
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased ### Breaking changes - ### Compatible changes - ## 2.0.0 - 2019-01-31 ### Breaking changes - We updated the Cop `Layout/SpaceInsideHashLiteralBraces`. Braces used for hash literals now should have surrounding space: ``` # bad h = {a: 1, b: 2} # good h = { a: 1, b: 2 } ``` Run `bundle exec rubocop --auto-correct` to upgrade your project. ## 1.0.0 - 2019-01-15 ### Compatible changes - First release of our default rule set. See README on how to integrate with your project. - Rubocop 0.62.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
makandra-rubocop-2.0.0 | CHANGELOG.md |