Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: df357bdad280c265ab9a5136285278caa4c461c1 https://github.com/openSUSE/open-build-service/commit/df357bdad280c265ab9a51... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2016-11-30 (Wed, 30 Nov 2016) Changed paths: M src/api/.rubocop.yml M src/api/.rubocop_todo.yml M src/api/app/controllers/application_controller.rb M src/api/app/controllers/build_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/controllers/webui/monitor_controller.rb M src/api/app/controllers/webui/patchinfo_controller.rb M src/api/app/controllers/webui/search_controller.rb M src/api/app/jobs/project_status_calculator.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/bs_request_action_maintenance_incident.rb M src/api/app/models/event_find_subscribers.rb M src/api/app/models/package.rb M src/api/app/models/package_build_status.rb M src/api/app/models/project.rb M src/api/app/models/unregistered_user.rb M src/api/config/deploy.rb M src/api/lib/wizard.rb M src/api/test/functional/source_controller_test.rb M src/api/test/functional/webui/attributes_test.rb M src/api/test/functional/webui/spider_test.rb Log Message: ----------- [ci] Enable Style/NegatedIf Rubocop cop Enable Style/NegatedIf Robocop cop and solve the offenses. This cop checks for uses of if with a negated condition. Only ifs without else are considered. Commit: 2aec968a1f9e418ad467a2fad87454b2aef156a0 https://github.com/openSUSE/open-build-service/commit/2aec968a1f9e418ad467a2... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-11-30 (Wed, 30 Nov 2016) Changed paths: M src/api/.rubocop.yml M src/api/.rubocop_todo.yml M src/api/app/controllers/application_controller.rb M src/api/app/controllers/build_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/controllers/webui/monitor_controller.rb M src/api/app/controllers/webui/patchinfo_controller.rb M src/api/app/controllers/webui/search_controller.rb M src/api/app/jobs/project_status_calculator.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/bs_request_action_maintenance_incident.rb M src/api/app/models/event_find_subscribers.rb M src/api/app/models/package.rb M src/api/app/models/package_build_status.rb M src/api/app/models/project.rb M src/api/app/models/unregistered_user.rb M src/api/config/deploy.rb M src/api/lib/wizard.rb M src/api/test/functional/source_controller_test.rb M src/api/test/functional/webui/attributes_test.rb M src/api/test/functional/webui/spider_test.rb Log Message: ----------- Merge pull request #2395 from Ana06/negated_if [ci] Enable Style/NegatedIf Rubocop cop Compare: https://github.com/openSUSE/open-build-service/compare/17f51a782af7...2aec96...