[obs-commits] [openSUSE/open-build-service] 250a6e: Enable Layout/AlignHash rubocop
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 250a6ef7aca61b73b7be167aaa3fa300a9ad2159 https://github.com/openSUSE/open-build-service/commit/250a6ef7aca61b73b7be16... Author: Stephan Kulow <coolo@suse.de> Date: 2018-11-05 (Mon, 05 Nov 2018) Changed paths: M src/api/.rubocop_todo.yml M src/api/app/controllers/application_controller.rb M src/api/app/controllers/attribute_namespace_controller.rb M src/api/app/controllers/build/file_controller.rb M src/api/app/controllers/build_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/controllers/search_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/helpers/webui/buildresult_helper.rb M src/api/app/helpers/webui/project_helper.rb M src/api/app/mixins/has_attributes.rb M src/api/app/models/bs_request_action_maintenance_incident.rb M src/api/app/models/bs_request_action_submit.rb M src/api/app/models/cloud/azure/configuration.rb M src/api/app/models/cloud/azure/params.rb M src/api/app/models/distribution.rb M src/api/app/models/issue.rb M src/api/app/models/kiwi/repository.rb M src/api/app/models/project/update_from_xml_command.rb M src/api/app/models/user.rb M src/api/app/views/result/packageresult.xml.builder M src/api/config/routes.rb M src/api/db/seeds.rb M src/api/lib/backend/api/sources/package.rb M src/api/lib/backend/api/sources/project.rb M src/api/lib/tasks/sprites.rake M src/api/lib/xpath_engine.rb M src/api/spec/bootstrap/features/webui/packages_spec.rb M src/api/spec/controllers/source_project_config_controller_spec.rb M src/api/spec/controllers/source_project_package_meta_controller_spec.rb M src/api/spec/controllers/status/required_checks_controller_spec.rb M src/api/spec/controllers/webui/configuration_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/repositories_controller_spec.rb M src/api/spec/controllers/webui/request_controller_spec.rb M src/api/spec/factories/download_repository_factory.rb M src/api/spec/factories/kiwi_image.rb M src/api/spec/factories/repository.rb M src/api/spec/features/webui/notifications_spec.rb M src/api/spec/features/webui/packages_spec.rb M src/api/spec/jobs/update_backend_infos_job_spec.rb M src/api/spec/models/bs_request_action_spec.rb M src/api/spec/models/kiwi/image_spec.rb M src/api/spec/models/local_build_statistic/for_package_spec.rb M src/api/spec/models/obs_factory/obs_project_spec.rb M src/api/spec/models/obs_factory/staging_project_spec.rb M src/api/spec/models/project_spec.rb M src/api/spec/support/capybara.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/channel_maintenance_test.rb M src/api/test/functional/configurations_controller_test.rb M src/api/test/functional/distributions_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/product_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/unit/binary_release.rb M src/api/test/unit/project_test.rb Log Message: ----------- Enable Layout/AlignHash rubocop Commit: e423d03ee2e8b386fc5d171b790f815271716555 https://github.com/openSUSE/open-build-service/commit/e423d03ee2e8b386fc5d17... Author: Stephan Kulow <coolo@suse.de> Date: 2018-11-05 (Mon, 05 Nov 2018) Changed paths: M src/api/.haml-lint.yml Log Message: ----------- Extend ignored_cops of haml_lint Layout/AlignHash needs to be ignored too as the extracted ruby code is not indented as the HAML is Commit: 48d921eeb0d539cef49d1304170960459a210dac https://github.com/openSUSE/open-build-service/commit/48d921eeb0d539cef49d13... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2018-11-05 (Mon, 05 Nov 2018) Changed paths: M src/api/.haml-lint.yml M src/api/.rubocop_todo.yml M src/api/app/controllers/application_controller.rb M src/api/app/controllers/attribute_namespace_controller.rb M src/api/app/controllers/build/file_controller.rb M src/api/app/controllers/build_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/controllers/search_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/helpers/webui/buildresult_helper.rb M src/api/app/helpers/webui/project_helper.rb M src/api/app/mixins/has_attributes.rb M src/api/app/models/bs_request_action_maintenance_incident.rb M src/api/app/models/bs_request_action_submit.rb M src/api/app/models/cloud/azure/configuration.rb M src/api/app/models/cloud/azure/params.rb M src/api/app/models/distribution.rb M src/api/app/models/issue.rb M src/api/app/models/kiwi/repository.rb M src/api/app/models/project/update_from_xml_command.rb M src/api/app/models/user.rb M src/api/app/views/result/packageresult.xml.builder M src/api/config/routes.rb M src/api/db/seeds.rb M src/api/lib/backend/api/sources/package.rb M src/api/lib/backend/api/sources/project.rb M src/api/lib/tasks/sprites.rake M src/api/lib/xpath_engine.rb M src/api/spec/bootstrap/features/webui/packages_spec.rb M src/api/spec/controllers/source_project_config_controller_spec.rb M src/api/spec/controllers/source_project_package_meta_controller_spec.rb M src/api/spec/controllers/status/required_checks_controller_spec.rb M src/api/spec/controllers/webui/configuration_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/repositories_controller_spec.rb M src/api/spec/controllers/webui/request_controller_spec.rb M src/api/spec/factories/download_repository_factory.rb M src/api/spec/factories/kiwi_image.rb M src/api/spec/factories/repository.rb M src/api/spec/features/webui/notifications_spec.rb M src/api/spec/features/webui/packages_spec.rb M src/api/spec/jobs/update_backend_infos_job_spec.rb M src/api/spec/models/bs_request_action_spec.rb M src/api/spec/models/kiwi/image_spec.rb M src/api/spec/models/local_build_statistic/for_package_spec.rb M src/api/spec/models/obs_factory/obs_project_spec.rb M src/api/spec/models/obs_factory/staging_project_spec.rb M src/api/spec/models/project_spec.rb M src/api/spec/support/capybara.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/channel_maintenance_test.rb M src/api/test/functional/configurations_controller_test.rb M src/api/test/functional/distributions_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/product_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/unit/binary_release.rb M src/api/test/unit/project_test.rb Log Message: ----------- Merge pull request #6177 from coolo/enable_hash_alignment Enable Layout/AlignHash rubocop Compare: https://github.com/openSUSE/open-build-service/compare/69bb7861b991...48d921... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Ana María Martínez Gómez