File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 55
66module RuboCop
77 module Socketry
8- VERSION = "0.0 .0"
8+ VERSION = "0.1 .0"
99 end
1010end
Original file line number Diff line number Diff line change @@ -10,12 +10,7 @@ RuboCop rules for Socketry projects.
1010
1111## Usage
1212
13- Add this to your ` .rubocop.yml ` :
14-
15- ``` yaml
16- plugins :
17- - rubocop-socketry
18- ` ` `
13+ Please see the [ project documentation] ( https://socketry.github.io/rubocop-socketry/ ) for more details.
1914
2015## Available Cops
2116
@@ -30,7 +25,11 @@ Layout/ConsistentBlankLineIndentation:
3025
3126## Releases
3227
33- There are no documented releases.
28+ Please see the [project releases](https://socketry.github.io/rubocop-socketry/releases/index) for all releases.
29+
30+ ### v0.1.0
31+
32+ - Initial implementaiton of ` Layout/ConsistentBlankLineIndentation`.
3433
3534# # Contributing
3635
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.1.0
44
55 - Initial implementaiton of ` Layout/ConsistentBlankLineIndentation ` .
You can’t perform that action at this time.
0 commit comments