Language

Package: ruby-rubocop @ 1.10.0

Synopsis

Ruby code style checking tool

Description

rubocop is a Ruby code style checking tool. It aims to enforce the community-driven Ruby Style Guide.

Home page
https://github.com/rubocop-hq/rubocop
Location
gnu/packages/ruby.scm (line: 7127, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'ruby-rubocop-minimal' does not match package name 'ruby-rubocop'
input-labels

Identify input labels that do not match package names

label 'ruby-rubocop-performance-minimal' does not match package name 'ruby-rubocop-performance'
input-labels

Identify input labels that do not match package names

label 'ruby-rubocop-rspec-minimal' does not match package name 'ruby-rubocop-rspec'
tests-true

Check if tests are explicitly enabled

#:tests? must not be explicitly set to #t