Categories: None [Edit]

rubocop-rspec-unused-let

https://rubygems.org/gems/rubocop-rspec-unused-let
https://github.com/tk0miya/rubocop-rspec-unused-let
rubocop-rspec-unused-let adds the RSpec/UnusedLet cop, which flags `let` (and optionally `let!`) definitions, `subject` definitions and helper methods (`def`) that are never referenced within their scope. It resolves `shared_examples` precisely when it can see the shared block, and stays conservative otherwise to avoid false positives.

Total

Ranking: 161,218 of 195,835
Downloads: 3,522

Daily

Ranking: 49,854 of 195,800
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
57729,894,507rubocop
184288,567,257rubocop-rspec
422125,292,531lint_roller

Owners

#GravatarHandle
1icontk0miya