Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Full Changelog](v0.10.0...0.11.0) Enhancements ------------ - Adjust common Rubocop configuration (Aaron Hill, Aaron Kromer, Ben Reynolds, James Nebeker, JC Avena, Sam Kim) - Enable `Lint/NoReturnInBeginEndBlocks` by default - Set `AllowHttpProtocol: false` for `Bundler/InsecureProtocolSource` cop - Set `AllowNil: false` for `Lint/SuppressedException` cop - Enable `Naming/BlockForwarding` cop for future Ruby 3.1 usage - Disallow Ruby 3 `Style/NumberedParameters` - Enable `Style/StringChars` by default - Set `AllowMethodsWithArguments: true` for `Style/SymbolProc` cop - Disallow combined `&&` and `||` in single `unless` clauses - Enable `Naming/InclusiveLanguage` by default - Adjust common Rubocop-Rails configuration (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim) - Enable `Rails/EnvironmentVariableAccess` (`AllowReads` to `true`) - Changed `Rails/FindBy`:`IgnoreWhereFirst` to `false` - Enable `Rails/ReversibleMigrationMethodDefinition` - Upgrade to Rubocop Rails 2.13.x (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim) - Upgrade to Rubocop 1.25.x (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim, JC Avena, Eric Ouellette, Aaron Hill) - Include model factory helpers in helper specs by default (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, JC Avena, Eric Ouellette) Bug Fixes --------- None Co-authored-by: Aaron Kromer <[email protected]> Co-authored-by: Alex Stone <[email protected]> Co-authored-by: Eric Ouellette <[email protected]> Co-authored-by: James Nebeker <[email protected]> Co-authored-by: JC Avena <[email protected]>
- Loading branch information