betterlint
betterlint copied to clipboard
Metadata will help people on RubyGems.org, or other library indexers, to find the source code, issue tracker, CHANGELOG, etc
Bumps [actionpack](https://github.com/rails/rails) from 7.1.2 to 7.1.3.2. Release notes Sourced from actionpack's releases. v7.1.3.2 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...
We disabled the suggestion here https://github.com/Betterment/betterlint/pull/18, but it might be worth adding the extension instead. https://github.com/rubocop/rubocop-capybara
To make site prism pages more discoverable, I propose we have a linter rule which enforces that the module namespaces for a site prism page matches the value passed to...
Here I upgraded from 1.0 to 1.1 and things broke with this error - we probably want to use fetch and default that one :) ``` An error occurred while...
`Model.new({something: params.fetch(:something_id)})` isn't flagged by the authz cop in some contexts due to `fetch` not being tracked in the same way `permit` is. Adding `fetch` catches it but introduces false...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
This adds a new cop for request specs to ensure they are written using rswag to document their API contracts. This is accomplished by searching for usages of the built...
This PR adds a new "Betterment/InternalsProtection" cop which enforces a pattern of putting internal code into `Internals` sub modules. If you have a module `MyModule` which has a submodule or...
We want all of our jobs to use ActiveJob.