[obs-commits] [openSUSE/open-build-service] d2b4a7: [api][ci] Fix Layout/SpaceInLambdaLiteral offenses

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: d2b4a71bf65a571707f582b82f6f028269367b14 https://github.com/openSUSE/open-build-service/commit/d2b4a71bf65a571707f582... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-12-14 (Thu, 14 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/models/package_issue.rb M src/api/config/routes.rb Log Message: ----------- [api][ci] Fix Layout/SpaceInLambdaLiteral offenses Commit: cbd70271d6b0b5cf785a38e9f2216a4069bf7ab1 https://github.com/openSUSE/open-build-service/commit/cbd70271d6b0b5cf785a38... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-12-14 (Thu, 14 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/build/file_controller.rb M src/api/app/controllers/configurations_controller.rb M src/api/app/controllers/public_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/repositories_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/helpers/webui/monitor_helper.rb M src/api/app/helpers/webui/search_helper.rb M src/api/app/mixins/has_relationships.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/buildresult.rb M src/api/app/models/full_text_search.rb M src/api/app/models/kiwi/image.rb M src/api/app/models/owner.rb M src/api/app/models/package.rb M src/api/app/models/package_issue.rb M src/api/app/models/project.rb M src/api/app/models/project/update_from_xml_command.rb M src/api/app/views/person/show.xml.builder M src/api/db/migrate/20150127135426_add_channel_index.rb M src/api/lib/activexml/transport.rb M src/api/lib/backend/backend.rb M src/api/lib/obsapi/markdown_renderer.rb M src/api/script/import M src/api/spec/controllers/public_controller_spec.rb M src/api/spec/controllers/webui/attributes_controller_spec.rb M src/api/spec/controllers/webui/patchinfo_controller_spec.rb M src/api/spec/controllers/webui/project_controller_spec.rb M src/api/spec/controllers/webui/repositories_controller_spec.rb M src/api/spec/controllers/webui/search_controller_spec.rb M src/api/spec/factories/download_repository_factory.rb M src/api/spec/features/webui/image_templates_spec.rb M src/api/spec/helpers/webui/build_result_helper.rb M src/api/spec/jobs/update_package_meta_job_spec.rb M src/api/spec/lib/backend/connection_helper_spec.rb M src/api/spec/models/bs_request_spec.rb M src/api/spec/models/kiwi/repository_spec.rb M src/api/spec/models/package_spec.rb M src/api/spec/models/project_spec.rb M src/api/spec/models/review_spec.rb M src/api/spec/models/user_spec.rb M src/api/spec/requests/kerberos_login_spec.rb M src/api/spec/support/shared_examples/relationships.rb M src/api/test/activexml_matcher.rb M src/api/test/functional/maintenance_test.rb Log Message: ----------- [frontend] Fix Layout/SpaceInsideBlockBraces offenses Commit: 64156c4536f4001d5b5918cb10ae6a008b5d1344 https://github.com/openSUSE/open-build-service/commit/64156c4536f4001d5b5918... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-12-14 (Thu, 14 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/views/result/packageresult.xml.builder Log Message: ----------- [frontend] Fix Layout/SpaceInsideBrackets offense Commit: 6f43994b90c39404c03f495966a33a5e25cce2b4 https://github.com/openSUSE/open-build-service/commit/6f43994b90c39404c03f49... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-12-14 (Thu, 14 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/about_controller.rb M src/api/app/controllers/architectures_controller.rb M src/api/app/controllers/attribute_controller.rb M src/api/app/controllers/build_controller.rb M src/api/app/controllers/configurations_controller.rb M src/api/app/controllers/distributions_controller.rb M src/api/app/controllers/issue_trackers_controller.rb M src/api/app/controllers/message_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/controllers/public_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/statistics_controller.rb M src/api/app/controllers/trigger_controller.rb M src/api/app/controllers/webui/apidocs_controller.rb M src/api/app/controllers/webui/groups_controller.rb M src/api/app/controllers/webui/main_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/packages/build_reason_controller.rb M src/api/app/controllers/webui/packages/job_history_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/helpers/flag_helper.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/helpers/webui/project_helper.rb M src/api/app/jobs/consistency_check_job.rb M src/api/app/jobs/create_job.rb M src/api/app/jobs/update_package_meta_job.rb M src/api/app/mixins/has_ratings.rb M src/api/app/mixins/request_source_diff.rb M src/api/app/models/attrib.rb M src/api/app/models/binary_release.rb M src/api/app/models/branch_package.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/bs_request_action_delete.rb M src/api/app/models/bs_request_action_maintenance_incident.rb M src/api/app/models/bs_request_permission_check.rb M src/api/app/models/channel.rb M src/api/app/models/distribution.rb M src/api/app/models/event/request_create.rb M src/api/app/models/full_text_search.rb M src/api/app/models/history_element.rb M src/api/app/models/issue_tracker.rb M src/api/app/models/kiwi/package.rb M src/api/app/models/kiwi/repository.rb M src/api/app/models/package.rb M src/api/app/models/package_build_status.rb M src/api/app/models/package_issue.rb M src/api/app/models/product.rb M src/api/app/models/project.rb M src/api/app/models/relationship.rb M src/api/app/models/repository.rb M src/api/app/models/service.rb M src/api/app/models/user.rb M src/api/app/views/distributions/index.xml.builder M src/api/app/views/models/_project.xml.builder M src/api/app/views/person/command_token.xml.builder M src/api/config/initializers/wrap_parameters.rb M src/api/config/routes.rb M src/api/db/migrate/20140908125426_convert_request_history.rb M src/api/lib/activexml/transport.rb M src/api/lib/tasks/extract.rake M src/api/lib/xpath_engine.rb M src/api/script/import M src/api/spec/controllers/webui/feeds_controller_spec.rb M src/api/spec/controllers/webui/groups/bs_requests_controller_spec.rb M src/api/spec/controllers/webui/groups_controller_spec.rb M src/api/spec/controllers/webui/kiwi/images_controller_spec.rb M src/api/spec/controllers/webui/package_controller_spec.rb M src/api/spec/controllers/webui/patchinfo_controller_spec.rb M src/api/spec/controllers/webui/project_controller_spec.rb M src/api/spec/controllers/webui/repositories_controller_spec.rb M src/api/spec/controllers/webui/request_controller_spec.rb M src/api/spec/controllers/webui/search_controller_spec.rb M src/api/spec/controllers/webui/user_controller_spec.rb M src/api/spec/db/data/convert_notifications_event_payload_to_json_spec.rb M src/api/spec/features/webui/packages_spec.rb M src/api/spec/helpers/webui/webui_helper_spec.rb M src/api/spec/lib/authenticator_spec.rb M src/api/spec/models/backend/file_spec.rb M src/api/spec/models/notification_spec.rb M src/api/spec/models/package_spec.rb M src/api/spec/models/project_spec.rb M src/api/spec/models/user_ldap_strategy_spec.rb M src/api/spec/support/capybara.rb M src/api/spec/support/shared_contexts/a_user_and_subscriptions_with_defaults.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/binary_release_test.rb M src/api/test/functional/build_controller_test.rb M src/api/test/functional/channel_maintenance_test.rb M src/api/test/functional/distributions_controller_test.rb M src/api/test/functional/group_request_test.rb M src/api/test/functional/group_test.rb M src/api/test/functional/interconnect_test.rb M src/api/test/functional/issue_controller_test.rb M src/api/test/functional/kgraft_maintenance_test.rb M src/api/test/functional/maintenance_test.rb M src/api/test/functional/person_controller_test.rb M src/api/test/functional/product_test.rb M src/api/test/functional/public_controller_test.rb M src/api/test/functional/published_controller_test.rb M src/api/test/functional/read_permission_test.rb M src/api/test/functional/release_management_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/functional/search_controller_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/functional/statistics_controller_test.rb M src/api/test/functional/status_controller_test.rb M src/api/test/functional/webui/spider_test.rb M src/api/test/models/event_test.rb M src/api/test/models/project_log_entry_test.rb M src/api/test/test_helper.rb M src/api/test/unit/binary_release.rb M src/api/test/unit/issue_test.rb M src/api/test/unit/package_test.rb M src/api/test/unit/project_test.rb M src/api/test/unit/user_test.rb M src/api/test/unit/validator_test.rb Log Message: ----------- [frontend] Fix Layout/SpaceInsideHashLiteralBraces offenses Mob-programming with @DavidKang Commit: b19e4fa4e9766b4bd9c02df2f43714bb04856657 https://github.com/openSUSE/open-build-service/commit/b19e4fa4e9766b4bd9c02d... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-12-14 (Thu, 14 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/application_controller.rb M src/api/app/controllers/attribute_controller.rb M src/api/app/controllers/build_controller.rb M src/api/app/controllers/configurations_controller.rb M src/api/app/controllers/issues_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/controllers/public_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/apidocs_controller.rb M src/api/app/controllers/webui/attribute_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/packages/build_reason_controller.rb M src/api/app/controllers/webui/packages/job_history_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/repositories_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/helpers/flag_helper.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/helpers/webui/kiwi/image_helper.rb M src/api/app/helpers/webui/package_helper.rb M src/api/app/helpers/webui/packages/build_reason_helper.rb M src/api/app/helpers/webui/packages/job_history_helper.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/mixins/build_log_support.rb M src/api/app/mixins/get_flags.rb M src/api/app/models/attrib.rb M src/api/app/models/binary_release.rb M src/api/app/models/bs_request_action_add_role.rb M src/api/app/models/bs_request_action_maintenance_release.rb M src/api/app/models/bs_request_action_set_bugowner.rb M src/api/app/models/bs_request_action_submit.rb M src/api/app/models/channel.rb M src/api/app/models/distribution.rb M src/api/app/models/group.rb M src/api/app/models/issue.rb M src/api/app/models/maintenance_incident.rb M src/api/app/models/owner.rb M src/api/app/models/package.rb M src/api/app/models/patchinfo.rb M src/api/app/models/product.rb M src/api/app/models/project.rb M src/api/app/models/repository.rb M src/api/app/models/role.rb M src/api/app/models/user.rb M src/api/app/models/user_ldap_strategy.rb M src/api/app/views/message/_messages.xml.builder M src/api/app/views/result/packageresult.xml.builder M src/api/app/views/result/projectresult.xml.builder M src/api/app/views/search/owner.xml.builder M src/api/app/views/source/_package_issues.xml.builder M src/api/app/views/source/_project_issues.xml.builder M src/api/app/views/source/package_meta.xml.builder M src/api/app/views/source/productlist.xml.builder M src/api/app/views/statistics/global_counters.xml.builder M src/api/app/views/statistics/rating.xml.builder M src/api/app/views/status.xml.builder M src/api/app/views/status/_messages.xml.builder M src/api/config/clock.rb M src/api/config/initializers/activexml.rb M src/api/db/migrate/20140908135426_incident_priority_attribute.rb M src/api/db/migrate/20141107135426_embargo_attribute.rb M src/api/db/migrate/20141201135426_make_origin_older_attribute.rb M src/api/db/migrate/20150227063641_add_obs_branch_skip_repositories_attribute.rb M src/api/db/migrate/20160808135426_planned_release_attribute.rb M src/api/db/seeds.rb M src/api/lib/activexml/node.rb M src/api/lib/activexml/transport.rb M src/api/lib/opensuse/permission.rb M src/api/lib/tasks/delayed_job.rake M src/api/lib/tasks/statistics/bs_requests.rake M src/api/lib/xpath_engine.rb M src/api/script/import M src/api/spec/controllers/webui/attributes_controller_spec.rb M src/api/spec/controllers/webui/download_on_demand_controller_spec.rb M src/api/spec/controllers/webui/groups_controller_spec.rb M src/api/spec/controllers/webui/project_controller_spec.rb M src/api/spec/controllers/webui/request_controller_spec.rb M src/api/spec/controllers/webui/webui_controller_spec.rb M src/api/spec/features/webui/requests_spec.rb M src/api/spec/features/webui/search_spec.rb M src/api/spec/lib/authenticator_spec.rb M src/api/spec/lib/statistics_calculations_spec.rb M src/api/spec/models/attrib_spec.rb M src/api/spec/models/bs_request_spec.rb M src/api/test/functional/about_controller_test.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/build_controller_test.rb M src/api/test/functional/channel_maintenance_test.rb M src/api/test/functional/interconnect_test.rb M src/api/test/functional/kgraft_maintenance_test.rb M src/api/test/functional/maintenance_test.rb M src/api/test/functional/message_controller_test.rb M src/api/test/functional/person_controller_test.rb M src/api/test/functional/product_test.rb M src/api/test/functional/read_permission_test.rb M src/api/test/functional/release_management_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/functional/search_controller_test.rb M src/api/test/functional/source_services_test.rb M src/api/test/functional/statistics_controller_test.rb M src/api/test/unit/attribute_test.rb M src/api/test/unit/bs_request_test.rb M src/api/test/unit/flag_test.rb M src/api/test/unit/project_test.rb Log Message: ----------- [frontend] Fix offenses caused by additional whitespaces Fixed cops are: * Layout/SpaceInsideParens * Layout/SpaceInsideRangeLiteral * Layout/SpaceInsideStringInterpolation Mob-programming with @DavidKang Commit: 842c79d6e1c6dfa9e63f3e100b8dea7b27c33e6d https://github.com/openSUSE/open-build-service/commit/842c79d6e1c6dfa9e63f3e... Author: Moisés Déniz Alemán <mdeniz@suse.com> Date: 2017-12-14 (Thu, 14 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/about_controller.rb M src/api/app/controllers/application_controller.rb M src/api/app/controllers/architectures_controller.rb M src/api/app/controllers/attribute_controller.rb M src/api/app/controllers/build/file_controller.rb M src/api/app/controllers/build_controller.rb M src/api/app/controllers/configurations_controller.rb M src/api/app/controllers/distributions_controller.rb M src/api/app/controllers/issue_trackers_controller.rb M src/api/app/controllers/issues_controller.rb M src/api/app/controllers/message_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/controllers/public_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/statistics_controller.rb M src/api/app/controllers/trigger_controller.rb M src/api/app/controllers/webui/apidocs_controller.rb M src/api/app/controllers/webui/attribute_controller.rb M src/api/app/controllers/webui/groups_controller.rb M src/api/app/controllers/webui/main_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/packages/build_reason_controller.rb M src/api/app/controllers/webui/packages/job_history_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/repositories_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/helpers/flag_helper.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/helpers/webui/kiwi/image_helper.rb M src/api/app/helpers/webui/monitor_helper.rb M src/api/app/helpers/webui/package_helper.rb M src/api/app/helpers/webui/packages/build_reason_helper.rb M src/api/app/helpers/webui/packages/job_history_helper.rb M src/api/app/helpers/webui/project_helper.rb M src/api/app/helpers/webui/search_helper.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/jobs/consistency_check_job.rb M src/api/app/jobs/create_job.rb M src/api/app/jobs/update_package_meta_job.rb M src/api/app/mixins/build_log_support.rb M src/api/app/mixins/get_flags.rb M src/api/app/mixins/has_ratings.rb M src/api/app/mixins/has_relationships.rb M src/api/app/mixins/request_source_diff.rb M src/api/app/models/attrib.rb M src/api/app/models/binary_release.rb M src/api/app/models/branch_package.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/bs_request_action_add_role.rb M src/api/app/models/bs_request_action_delete.rb M src/api/app/models/bs_request_action_maintenance_incident.rb M src/api/app/models/bs_request_action_maintenance_release.rb M src/api/app/models/bs_request_action_set_bugowner.rb M src/api/app/models/bs_request_action_submit.rb M src/api/app/models/bs_request_permission_check.rb M src/api/app/models/buildresult.rb M src/api/app/models/channel.rb M src/api/app/models/distribution.rb M src/api/app/models/event/request_create.rb M src/api/app/models/full_text_search.rb M src/api/app/models/group.rb M src/api/app/models/history_element.rb M src/api/app/models/issue.rb M src/api/app/models/issue_tracker.rb M src/api/app/models/kiwi/image.rb M src/api/app/models/kiwi/package.rb M src/api/app/models/kiwi/repository.rb M src/api/app/models/maintenance_incident.rb M src/api/app/models/owner.rb M src/api/app/models/package.rb M src/api/app/models/package_build_status.rb M src/api/app/models/package_issue.rb M src/api/app/models/patchinfo.rb M src/api/app/models/product.rb M src/api/app/models/project.rb M src/api/app/models/project/update_from_xml_command.rb M src/api/app/models/relationship.rb M src/api/app/models/repository.rb M src/api/app/models/role.rb M src/api/app/models/service.rb M src/api/app/models/user.rb M src/api/app/models/user_ldap_strategy.rb M src/api/app/views/distributions/index.xml.builder M src/api/app/views/message/_messages.xml.builder M src/api/app/views/models/_project.xml.builder M src/api/app/views/person/command_token.xml.builder M src/api/app/views/person/show.xml.builder M src/api/app/views/result/packageresult.xml.builder M src/api/app/views/result/projectresult.xml.builder M src/api/app/views/search/owner.xml.builder M src/api/app/views/source/_package_issues.xml.builder M src/api/app/views/source/_project_issues.xml.builder M src/api/app/views/source/package_meta.xml.builder M src/api/app/views/source/productlist.xml.builder M src/api/app/views/statistics/global_counters.xml.builder M src/api/app/views/statistics/rating.xml.builder M src/api/app/views/status.xml.builder M src/api/app/views/status/_messages.xml.builder M src/api/config/clock.rb M src/api/config/initializers/activexml.rb M src/api/config/initializers/wrap_parameters.rb M src/api/config/routes.rb M src/api/db/migrate/20140908125426_convert_request_history.rb M src/api/db/migrate/20140908135426_incident_priority_attribute.rb M src/api/db/migrate/20141107135426_embargo_attribute.rb M src/api/db/migrate/20141201135426_make_origin_older_attribute.rb M src/api/db/migrate/20150127135426_add_channel_index.rb M src/api/db/migrate/20150227063641_add_obs_branch_skip_repositories_attribute.rb M src/api/db/migrate/20160808135426_planned_release_attribute.rb M src/api/db/seeds.rb M src/api/lib/activexml/node.rb M src/api/lib/activexml/transport.rb M src/api/lib/backend/backend.rb M src/api/lib/obsapi/markdown_renderer.rb M src/api/lib/opensuse/permission.rb M src/api/lib/tasks/delayed_job.rake M src/api/lib/tasks/extract.rake M src/api/lib/tasks/statistics/bs_requests.rake M src/api/lib/xpath_engine.rb M src/api/script/import M src/api/spec/controllers/public_controller_spec.rb M src/api/spec/controllers/webui/attributes_controller_spec.rb M src/api/spec/controllers/webui/download_on_demand_controller_spec.rb M src/api/spec/controllers/webui/feeds_controller_spec.rb M src/api/spec/controllers/webui/groups/bs_requests_controller_spec.rb M src/api/spec/controllers/webui/groups_controller_spec.rb M src/api/spec/controllers/webui/kiwi/images_controller_spec.rb M src/api/spec/controllers/webui/package_controller_spec.rb M src/api/spec/controllers/webui/patchinfo_controller_spec.rb M src/api/spec/controllers/webui/project_controller_spec.rb M src/api/spec/controllers/webui/repositories_controller_spec.rb M src/api/spec/controllers/webui/request_controller_spec.rb M src/api/spec/controllers/webui/search_controller_spec.rb M src/api/spec/controllers/webui/user_controller_spec.rb M src/api/spec/controllers/webui/webui_controller_spec.rb M src/api/spec/db/data/convert_notifications_event_payload_to_json_spec.rb M src/api/spec/factories/download_repository_factory.rb M src/api/spec/features/webui/image_templates_spec.rb M src/api/spec/features/webui/packages_spec.rb M src/api/spec/features/webui/requests_spec.rb M src/api/spec/features/webui/search_spec.rb M src/api/spec/helpers/webui/build_result_helper.rb M src/api/spec/helpers/webui/webui_helper_spec.rb M src/api/spec/jobs/update_package_meta_job_spec.rb M src/api/spec/lib/authenticator_spec.rb M src/api/spec/lib/backend/connection_helper_spec.rb M src/api/spec/lib/statistics_calculations_spec.rb M src/api/spec/models/attrib_spec.rb M src/api/spec/models/backend/file_spec.rb M src/api/spec/models/bs_request_spec.rb M src/api/spec/models/kiwi/repository_spec.rb M src/api/spec/models/notification_spec.rb M src/api/spec/models/package_spec.rb M src/api/spec/models/project_spec.rb M src/api/spec/models/review_spec.rb M src/api/spec/models/user_ldap_strategy_spec.rb M src/api/spec/models/user_spec.rb M src/api/spec/requests/kerberos_login_spec.rb M src/api/spec/support/capybara.rb M src/api/spec/support/shared_contexts/a_user_and_subscriptions_with_defaults.rb M src/api/spec/support/shared_examples/relationships.rb M src/api/test/activexml_matcher.rb M src/api/test/functional/about_controller_test.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/binary_release_test.rb M src/api/test/functional/build_controller_test.rb M src/api/test/functional/channel_maintenance_test.rb M src/api/test/functional/distributions_controller_test.rb M src/api/test/functional/group_request_test.rb M src/api/test/functional/group_test.rb M src/api/test/functional/interconnect_test.rb M src/api/test/functional/issue_controller_test.rb M src/api/test/functional/kgraft_maintenance_test.rb M src/api/test/functional/maintenance_test.rb M src/api/test/functional/message_controller_test.rb M src/api/test/functional/person_controller_test.rb M src/api/test/functional/product_test.rb M src/api/test/functional/public_controller_test.rb M src/api/test/functional/published_controller_test.rb M src/api/test/functional/read_permission_test.rb M src/api/test/functional/release_management_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/functional/search_controller_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/functional/source_services_test.rb M src/api/test/functional/statistics_controller_test.rb M src/api/test/functional/status_controller_test.rb M src/api/test/functional/webui/spider_test.rb M src/api/test/models/event_test.rb M src/api/test/models/project_log_entry_test.rb M src/api/test/test_helper.rb M src/api/test/unit/attribute_test.rb M src/api/test/unit/binary_release.rb M src/api/test/unit/bs_request_test.rb M src/api/test/unit/flag_test.rb M src/api/test/unit/issue_test.rb M src/api/test/unit/package_test.rb M src/api/test/unit/project_test.rb M src/api/test/unit/user_test.rb M src/api/test/unit/validator_test.rb Log Message: ----------- Merge pull request #4224 from bgeuken/rubocop_todo_part_4 Rubocop todo part 4 Compare: https://github.com/openSUSE/open-build-service/compare/2e863c7cfb81...842c79...
participants (1)
-
Moisés Déniz Alemán