Showing 1,009 of 1,009 total issues
Space missing to the left of {. Open
Open
if attributes.any?{ |attribute| instance.errors[attribute].present? }
- Read upRead up
- Exclude checks
Checks that block braces have or don't have a space before the opening brace depending on configuration.
Example:
# bad
foo.map{ |a|
a.bar.to_s
}
# good
foo.map { |a|
a.bar.to_s
}
TODO found Open
Open
# TODO: is it even possible to take into account Procs?
- Exclude checks
TODO found Open
Open
- TODO
- Exclude checks
FIXME found Open
Open
- FIXME
- Exclude checks
HACK found Open
Open
Description: Checks formatting of special comments (TODO, FIXME, OPTIMIZE, HACK,
- Exclude checks
FIXME found Open
Open
Description: Checks formatting of special comments (TODO, FIXME, OPTIMIZE, HACK,
- Exclude checks
TODO found Open
Open
s.add_development_dependency('cucumber-expressions', '4.0.3') # TODO: investigate failures on 4.0.4
- Exclude checks
HACK found Open
Open
- HACK
- Exclude checks
TODO found Open
Open
Description: Checks formatting of special comments (TODO, FIXME, OPTIMIZE, HACK,
- Exclude checks