gitlab-org--gitlab-foss/lib/declarative_policy
Andrew Newdigate 3288e1a874 Adds the Rubocop ReturnNil cop
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
2019-03-06 17:51:56 +02:00
..
base.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
cache.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
condition.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
delegate_dsl.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
policy_dsl.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
preferred_scope.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
rule.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
rule_dsl.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
runner.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00
step.rb Enable more frozen string in lib/**/*.rb 2018-10-06 17:02:50 -07:00