[obs-commits] [openSUSE/open-build-service] df3cea: [ci] Fix rubocop offense Lint/UnusedBlockArgument
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: df3cea4f381c29ae5f0ef2ecacb76f1106c1fa93 https://github.com/openSUSE/open-build-service/commit/df3cea4f381c29ae5f0ef2... Author: Björn Geuken <bgeuken@suse.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: 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/webui/attribute_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/project_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/helpers/status_helper.rb M src/api/app/jobs/project_status_calculator.rb M src/api/app/mixins/has_relationships.rb M src/api/app/models/full_text_search.rb M src/api/app/models/group.rb M src/api/app/models/issue_tracker.rb M src/api/app/models/package_build_status.rb M src/api/app/models/project.rb M src/api/app/models/user_ldap_strategy.rb A src/api/app/policies/package_policy.rb M src/api/config/clock.rb M src/api/config/initializers/fast_json.rb M src/api/config/unicorn/development.rb M src/api/lib/activexml/node.rb M src/api/lib/activexml/transport.rb M src/api/lib/memory_debugger.rb M src/api/lib/obsapi/markdown_renderer.rb M src/api/lib/opensuse/backend.rb M src/api/script/reformat_memprof M src/api/test/functional/request_events_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [ci] Fix rubocop offense Lint/UnusedBlockArgument Commit: 23b686035a66be8770f7966ed5c8d3de278e5791 https://github.com/openSUSE/open-build-service/commit/23b686035a66be8770f796... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2015-09-07 (Mon, 07 Sep 2015) Changed paths: 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/webui/attribute_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/project_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/helpers/status_helper.rb M src/api/app/jobs/project_status_calculator.rb M src/api/app/mixins/has_relationships.rb M src/api/app/models/full_text_search.rb M src/api/app/models/group.rb M src/api/app/models/issue_tracker.rb M src/api/app/models/package_build_status.rb M src/api/app/models/project.rb M src/api/app/models/user_ldap_strategy.rb A src/api/app/policies/package_policy.rb M src/api/config/clock.rb M src/api/config/initializers/fast_json.rb M src/api/config/unicorn/development.rb M src/api/lib/activexml/node.rb M src/api/lib/activexml/transport.rb M src/api/lib/memory_debugger.rb M src/api/lib/obsapi/markdown_renderer.rb M src/api/lib/opensuse/backend.rb M src/api/script/reformat_memprof M src/api/test/functional/request_events_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- Merge pull request #1096 from bgeuken/rubocop_auto_correct_continue [ci] Fix rubocop offense Lint/UnusedBlockArgument Compare: https://github.com/openSUSE/open-build-service/compare/54c8ce2aabcf...23b686...
participants (1)
-
Henne Vogelsang