Skip to content

Commit

Permalink
Merge pull request #13 from WeTransfer/fix_namespace
Browse files Browse the repository at this point in the history
Change FlipFlop namespace to Lint instead of Style
  • Loading branch information
tors authored Aug 27, 2019
2 parents 5d59482 + d4b0d21 commit 5218fd8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.5

[Changed]

- Changed Style/FlipFlop to Lint/FlipFlop [PR #13](https://github.com/WeTransfer/wetransfer_style/pull/13)

## 0.6.4

[Added]
Expand Down
4 changes: 2 additions & 2 deletions ruby/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ Lint/EndInMethod:
Enabled: True
Lint/EnsureReturn:
Enabled: True
Lint/FlipFlop:
Enabled: True
Lint/FloatOutOfRange:
Enabled: True
Lint/FormatParameterMismatch:
Expand Down Expand Up @@ -337,8 +339,6 @@ Style/EndBlock:
Enabled: True
Style/EvenOdd:
Enabled: True
Style/FlipFlop:
Enabled: True
Style/For:
Enabled: True
Style/GlobalVars:
Expand Down
2 changes: 1 addition & 1 deletion wetransfer_style.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "wetransfer_style"
s.version = "0.6.4"
s.version = "0.6.5"
s.summary = "At WeTransfer we code in style. This is our style."
s.description = s.summary
s.homepage = "https://github.com/WeTransfer/wetransfer_style"
Expand Down

0 comments on commit 5218fd8

Please sign in to comment.