-
- Downloads
Implement review comments from @dbalexandre.
- Don't define "allowed environment variables" in two places. - Dispatch to different arities of `Popen.open` without an if/else block. - Use `described_class` instead of explicitly stating the class name within a - spec. - Remove `git_environment_variables_validator_spec` and keep the validation inline.
Showing
- app/validators/git_environment_variables_validator.rb 0 additions, 13 deletionsapp/validators/git_environment_variables_validator.rb
- lib/gitlab/git/rev_list.rb 12 additions, 10 deletionslib/gitlab/git/rev_list.rb
- spec/lib/gitlab/git/rev_list_spec.rb 45 additions, 5 deletionsspec/lib/gitlab/git/rev_list_spec.rb
- spec/validators/git_environment_variables_validator_spec.rb 0 additions, 64 deletionsspec/validators/git_environment_variables_validator_spec.rb
Please register or sign in to comment