Showing 13 of 13 total issues
CracklibReloaded::Password has no descriptive comment Open
class Password
- Read upRead up
- Exclude checks
CracklibReloaded::Password::Errors has no descriptive comment Open
class Errors
- Read upRead up
- Exclude checks
CracklibReloaded::Password assumes too much for instance variable '@message' Open
class Password
- Read upRead up
- Exclude checks
CracklibReloaded::CracklibReloadedFfiMixin has no descriptive comment Open
module CracklibReloadedFfiMixin
- Read upRead up
- Exclude checks
CracklibReloaded::Password#weak? performs a nil-check Open
!@message.nil?
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency coveralls
should appear before rubygems-manifest
. Open
spec.add_development_dependency 'coveralls', '0.8.19'
- Read upRead up
- Exclude checks
Favor modifier unless
usage when having a single-line body. Another good alternative is the usage of control flow &&
/||
. Open
unless defined?(RUBY_ENV)
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency github_changelog_generator
should appear before rspec
. Open
spec.add_development_dependency 'github_changelog_generator', '~> 1'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency codeclimate-test-reporter
should appear before simplecov-console
. Open
spec.add_development_dependency 'codeclimate-test-reporter', '0.4.8'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency fuubar
should appear before github_changelog_generator
. Open
spec.add_development_dependency 'fuubar', '~> 2'
- Read upRead up
- Exclude checks
TODO found Open
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
- Exclude checks
TODO found Open
# TODO Comment out this rule if environment variables can be committed
- Exclude checks