Name |
Last commit
|
Last update |
---|---|---|
.. | ||
build.rb | ||
commit.rb | ||
runner.rb | ||
runner_project.rb | ||
trigger.rb | ||
trigger_request.rb | ||
variable.rb |
BigW Consortium Gitlab
Enable Style/NegatedIf Rubocop cop Favor `unless` over `if` for negative conditions (or control flow ||). ```ruby # bad do_something if !some_condition # bad do_something if not some_condition # good do_something unless some_condition # good some_condition || do_something ``` See #17478 See merge request !4355
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
build.rb | Loading commit data... | |
commit.rb | Loading commit data... | |
runner.rb | Loading commit data... | |
runner_project.rb | Loading commit data... | |
trigger.rb | Loading commit data... | |
trigger_request.rb | Loading commit data... | |
variable.rb | Loading commit data... |