[obs-commits] [openSUSE/open-build-service] 09f58e: [ci] Enable SymbolProc Rubocop cop

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 09f58ebabd94986ac7cd11779ae040e358d7362d https://github.com/openSUSE/open-build-service/commit/09f58ebabd94986ac7cd11... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-02-15 (Wed, 15 Feb 2017) Changed paths: M src/api/.rubocop.yml M src/api/.rubocop_todo.yml Log Message: ----------- [ci] Enable SymbolProc Rubocop cop Commit: 25dad1210dd7925761f6765fbfb596290b05c672 https://github.com/openSUSE/open-build-service/commit/25dad1210dd7925761f676... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-02-15 (Wed, 15 Feb 2017) Changed paths: M src/api/app/controllers/application_controller.rb M src/api/app/controllers/request_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/statistics_controller.rb M src/api/app/controllers/webui/driver_update_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/search_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/mailers/event_mailer.rb M src/api/app/mixins/has_relationships.rb M src/api/app/models/attrib.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request_action_set_bugowner.rb M src/api/app/models/distribution.rb M src/api/app/models/event/base.rb M src/api/app/models/event/notify_backends.rb M src/api/app/models/event_find_subscribers.rb M src/api/app/models/project.rb M src/api/app/models/repository.rb M src/api/app/models/status_history_rescaler.rb M src/api/config/routes.rb M src/api/lib/activexml/node.rb M src/api/lib/tasks/capistrano.rake M src/api/lib/tasks/databases.rake M src/api/script/start_test_backend M src/api/test/functional/webui/monitor_controller_test.rb M src/api/test/models/project_log_rotate_test.rb M src/api/test/test_helper.rb M src/api/test/unit/package_test.rb M src/api/test/unit/watched_project_test.rb Log Message: ----------- [ci] Solve SymbolProc offenses Commit: 9a42bca8d1fc8687397326f7ce42e366afa3dd75 https://github.com/openSUSE/open-build-service/commit/9a42bca8d1fc8687397326... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-02-15 (Wed, 15 Feb 2017) Changed paths: M src/api/test/unit/code_quality_test.rb Log Message: ----------- [ci] Fix CodeQualityTest Commit: 82605c95e55a40748f3f05673324ca58540ef944 https://github.com/openSUSE/open-build-service/commit/82605c95e55a40748f3f05... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-02-16 (Thu, 16 Feb 2017) 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/request_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/statistics_controller.rb M src/api/app/controllers/webui/driver_update_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/search_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/mailers/event_mailer.rb M src/api/app/mixins/has_relationships.rb M src/api/app/models/attrib.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request_action_set_bugowner.rb M src/api/app/models/distribution.rb M src/api/app/models/event/base.rb M src/api/app/models/event/notify_backends.rb M src/api/app/models/event_find_subscribers.rb M src/api/app/models/project.rb M src/api/app/models/repository.rb M src/api/app/models/status_history_rescaler.rb M src/api/config/routes.rb M src/api/lib/activexml/node.rb M src/api/lib/tasks/capistrano.rake M src/api/lib/tasks/databases.rake M src/api/script/start_test_backend M src/api/test/functional/webui/monitor_controller_test.rb M src/api/test/models/project_log_rotate_test.rb M src/api/test/test_helper.rb M src/api/test/unit/code_quality_test.rb M src/api/test/unit/package_test.rb M src/api/test/unit/watched_project_test.rb Log Message: ----------- Merge pull request #2687 from Ana06/symbolproc-cop Enable SymbolProc Rubocop cop Compare: https://github.com/openSUSE/open-build-service/compare/9caafaebded8...82605c...
participants (1)
-
Björn Geuken