Skip to content

Commit

Permalink
Release version 0.10.0
Browse files Browse the repository at this point in the history
[Full Changelog](v0.9.0...v0.10.0)

Enhancements
------------

- Upgrade to Rubocop Rails 2.8.x (Aaron Hill, Aaron Kromer, Ben Reynolds, James Nebeker, JC Avena, Sam Kim, Alex
  Stone #30, #32)
- Adjust common Rubocop Rails configuration (Aaron Hill, Aaron Kromer, Ben Reynolds, James Nebeker, JC Avena,
  Sam Kim, Alex Stone #30, #32)
  - Enable `Rails/AttributeDefaultBlockValue` by default
  - Enable `Rails/ArelStar` by default
  - Enable `Rails/DefaultScope` by default
  - Enable `Rails/FindById` by default
  - Enable `Rails/PluckId` by default
  - Enable `Rails/WhereEquals` by default
  - Use the more aggressive `aggressive` check for `Rails/PluckInWhere`
  - Use the more aggressive `aggressive` check for `Rails/ShortI18n`
  - Switch to new `AllowedMethods` attribute name for `Rails/SkipsModelValidations`
  - Disable `Rails/SquishedSQLHeredocs` by default
- Adjust common Rubocop configuration (Aaron Hill, Aaron Kromer, JC Avena, Sam
  Kim #32, #34)
  - Enable `Style/ClassMethodsDefinitions` by default
  - Enable `Style/CombinableLoops` by default
  - Enable `Style/KeywordParametersOrder` by default
  - Enable `Style/RedundantSelfAssignment` by default
  - Enable `Style/SoleNestedConditional` by default
  - Enable `Lint/DuplicateRequire` by default
  - Enable `Lint/EmptyFile` by default
  - Enable `Lint/TrailingCommaInAttributeDeclaration` by default
  - Enable `Lint/UselessMethodDefinition` by default
  - Exclude the following testing methods from `Metrics/BlockLength`
    - 'describe'
    - 'shared_context'
    - 'shared_examples'
    - 'RSpec.describe'
    - 'RSpec.shared_context'
    - 'RSpec.shared_examples'

Bug Fixes
---------

None
  • Loading branch information
cupakromer committed Oct 18, 2021
1 parent ba15ba6 commit 3b5e4b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Development
## 0.10.0 (October 18, 2021)

[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.9.0...main)
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.9.0...v0.10.0)

### Enhancements

Expand Down Expand Up @@ -39,7 +39,7 @@

### Bug Fixes

- TODO
None


## 0.9.0 (September 30, 2021)
Expand Down
2 changes: 1 addition & 1 deletion lib/radius/spec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Radius
module Spec
VERSION = "0.10.pre"
VERSION = "0.10.0"
end
end

0 comments on commit 3b5e4b5

Please sign in to comment.