[obs-commits] [openSUSE/open-build-service] f0a335: [ci] Fix EmptyLinesAroundBlockBody cop complains

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f0a335aba680886c2dac039f010848019301dec2 https://github.com/openSUSE/open-build-service/commit/f0a335aba680886c2dac03... Author: David Kang <dkang@suse.com> Date: 2017-12-12 (Tue, 12 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/views/attribute/attribute_definition.xml.builder M src/api/app/views/message/_messages.xml.builder M src/api/app/views/models/_package.xml.builder M src/api/app/views/models/_product.xml.builder M src/api/app/views/models/_project.xml.builder M src/api/app/views/search/missing_owner.xml.builder M src/api/app/views/search/owner.xml.builder M src/api/app/views/statistics/activity.xml.builder M src/api/app/views/statistics/added_timestamp.xml.builder M src/api/app/views/statistics/global_counters.xml.builder M src/api/app/views/statistics/highest_rated.xml.builder M src/api/app/views/statistics/latest_added.xml.builder M src/api/app/views/statistics/latest_updated.xml.builder M src/api/app/views/statistics/most_active_packages.xml.builder M src/api/app/views/statistics/most_active_projects.xml.builder M src/api/app/views/statistics/updated_timestamp.xml.builder M src/api/config/environments/production.rb M src/api/spec/controllers/webui/project_controller_spec.rb M src/api/spec/mixins/build_log_support_spec.rb M src/api/spec/models/bs_request/find_for/group_spec.rb M src/api/spec/models/project_status/pack_info_spec.rb M src/api/spec/support/shared_contexts/a_kiwi_image_xml.rb Log Message: ----------- [ci] Fix EmptyLinesAroundBlockBody cop complains Commit: 24134a63477aed78cdb9ae7352d2255b3c90fc48 https://github.com/openSUSE/open-build-service/commit/24134a63477aed78cdb9ae... Author: David Kang <dkang@suse.com> Date: 2017-12-12 (Tue, 12 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/webui/package_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/subscriptions_controller.rb M src/api/app/controllers/webui/users/subscriptions_controller.rb Log Message: ----------- [ci] Fix EmptyLinesAroundExceptionHandlingKeywords We fix the Layou/EmptyLinesAroundExceptionHandlingKeywords cop complains. Commit: 85d7f1a9449d4a7de7f35fe809a9c150ad7d9dcc https://github.com/openSUSE/open-build-service/commit/85d7f1a9449d4a7de7f35f... Author: David Kang <dkang@suse.com> Date: 2017-12-13 (Wed, 13 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/lib/xpath_engine.rb M src/api/test/functional/binary_release_test.rb M src/api/test/functional/channel_maintenance_test.rb M src/api/test/functional/search_controller_test.rb M src/api/test/functional/source_controller_test.rb Log Message: ----------- [ci] Fix Layout/ExtraSpacing complains Commit: e57aec7ce5a5c39e13ef583d7cf9d739c443848c https://github.com/openSUSE/open-build-service/commit/e57aec7ce5a5c39e13ef58... Author: David Kang <dkang@suse.com> Date: 2017-12-13 (Wed, 13 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/models/unregistered_user.rb M src/api/test/unit/channel_test.rb M src/api/test/unit/package_test.rb M src/api/test/unit/project_test.rb Log Message: ----------- [ci] Fix FirstParameterIndentation complains Commit: bd9d5e6a3759b557c03bf3c0fa2c70f11b181110 https://github.com/openSUSE/open-build-service/commit/bd9d5e6a3759b557c03bf3... Author: David Kang <dkang@suse.com> Date: 2017-12-13 (Wed, 13 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/spec/controllers/webui/package_controller_spec.rb M src/api/spec/support/shared_contexts/a_kiwi_image_xml.rb M src/api/spec/support/shared_contexts/an_invalid_kiwi_image_xml.rb M src/api/test/functional/person_controller_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/unit/bs_request_test.rb M src/api/test/unit/project_test.rb Log Message: ----------- [ci] Fix Layout/IndentHeredoc complains Commit: 0c2bad0b623965178aa47383138abdd8c1b40b90 https://github.com/openSUSE/open-build-service/commit/0c2bad0b623965178aa473... Author: David Kang <dkang@suse.com> Date: 2017-12-13 (Wed, 13 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/webui/configuration_controller.rb M src/api/test/functional/statistics_controller_test.rb M src/api/test/unit/ichain_notifier_test.rb Log Message: ----------- [ci] Fix IndentationConsistency complains Commit: f0f934406052c6dea5b0c8c93c034f4505aa1da1 https://github.com/openSUSE/open-build-service/commit/f0f934406052c6dea5b0c8... Author: David Kang <dkang@suse.com> Date: 2017-12-13 (Wed, 13 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/views/person/tokenlist.xml.builder M src/api/app/views/public/binary_packages.xml.builder M src/api/app/views/search/owner.xml.builder Log Message: ----------- [ci] Fix Layout/IndentationWidth complains Commit: 2c37e3f1066410df4d59be54636a18ad25938ff0 https://github.com/openSUSE/open-build-service/commit/2c37e3f1066410df4d59be... Author: David Kang <dkang@suse.com> Date: 2017-12-13 (Wed, 13 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/models/user.rb M src/api/lib/tasks/extract.rake M src/api/lib/xpath_engine.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/request_controller_test.rb Log Message: ----------- [ci] Fix MultilineArrayBraceLayout complains Commit: af15490387404761dcd847f672eb81f41430b50c https://github.com/openSUSE/open-build-service/commit/af15490387404761dcd847... Author: David Kang <dkang@suse.com> Date: 2017-12-13 (Wed, 13 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/views/source/productlist.xml.builder Log Message: ----------- [ci] Fix MultilineBlockLayout complains Commit: b82ddcdafaa36bb0b61ba5d90836b9576b7a7e9f https://github.com/openSUSE/open-build-service/commit/b82ddcdafaa36bb0b61ba5... Author: David Kang <dkang@suse.com> Date: 2017-12-13 (Wed, 13 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/models/binary_release.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/lib/xpath_engine.rb M src/api/test/functional/distributions_controller_test.rb M src/api/test/functional/group_request_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/source_controller_test.rb Log Message: ----------- [ci] Fix MultilineHashBraceLayout complains Commit: a0b9961114b7b6b928aff72182729f36a8bf9d18 https://github.com/openSUSE/open-build-service/commit/a0b9961114b7b6b928aff7... Author: David Kang <dkang@suse.com> Date: 2017-12-13 (Wed, 13 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/configurations_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/maintenance_helper.rb M src/api/app/jobs/consistency_check_job.rb M src/api/app/mailers/admin_mailer.rb M src/api/app/mixins/has_relationships.rb M src/api/app/models/binary_release.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/distribution.rb M src/api/app/models/event_subscription.rb M src/api/app/models/kiwi/image.rb M src/api/app/models/kiwi/image/xml_parser.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/models/user_ldap_strategy.rb M src/api/db/migrate/20150127135426_add_channel_index.rb M src/api/lib/activexml/transport.rb M src/api/lib/memory_dumper.rb M src/api/spec/controllers/webui/attributes_controller_spec.rb M src/api/spec/controllers/webui/comments_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/webui_controller_spec.rb M src/api/spec/factories/groups.rb M src/api/spec/features/webui/requests_spec.rb M src/api/spec/helpers/webui/package_helper_spec.rb M src/api/spec/lib/backend/connection_helper_spec.rb M src/api/spec/models/attrib_spec.rb M src/api/spec/models/backend/file_spec.rb M src/api/spec/models/branch_package_spec.rb M src/api/spec/models/bs_request/find_for/group_spec.rb M src/api/spec/models/bs_request/find_for/user_spec.rb M src/api/spec/models/notification/rss_feed_item_spec.rb M src/api/spec/models/package_spec.rb M src/api/spec/models/project_spec.rb M src/api/spec/models/user_spec.rb M src/api/test/functional/maintenance_test.rb Log Message: ----------- [ci] Enable Layout/SpaceBeforeBlockBraces Commit: 3aae82702dcd429d5e177d5b947ea6149afe2109 https://github.com/openSUSE/open-build-service/commit/3aae82702dcd429d5e177d... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-12-13 (Wed, 13 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/configurations_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/configuration_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/request_controller.rb M src/api/app/controllers/webui/subscriptions_controller.rb M src/api/app/controllers/webui/users/subscriptions_controller.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/jobs/consistency_check_job.rb M src/api/app/mailers/admin_mailer.rb M src/api/app/mixins/has_relationships.rb M src/api/app/models/binary_release.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/distribution.rb M src/api/app/models/event_subscription.rb M src/api/app/models/kiwi/image.rb M src/api/app/models/kiwi/image/xml_parser.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/models/unregistered_user.rb M src/api/app/models/user.rb M src/api/app/models/user_ldap_strategy.rb M src/api/app/views/attribute/attribute_definition.xml.builder M src/api/app/views/message/_messages.xml.builder M src/api/app/views/models/_package.xml.builder M src/api/app/views/models/_product.xml.builder M src/api/app/views/models/_project.xml.builder M src/api/app/views/person/tokenlist.xml.builder M src/api/app/views/public/binary_packages.xml.builder M src/api/app/views/search/missing_owner.xml.builder M src/api/app/views/search/owner.xml.builder M src/api/app/views/source/productlist.xml.builder M src/api/app/views/statistics/activity.xml.builder M src/api/app/views/statistics/added_timestamp.xml.builder M src/api/app/views/statistics/global_counters.xml.builder M src/api/app/views/statistics/highest_rated.xml.builder M src/api/app/views/statistics/latest_added.xml.builder M src/api/app/views/statistics/latest_updated.xml.builder M src/api/app/views/statistics/most_active_packages.xml.builder M src/api/app/views/statistics/most_active_projects.xml.builder M src/api/app/views/statistics/updated_timestamp.xml.builder M src/api/config/environments/production.rb M src/api/db/migrate/20150127135426_add_channel_index.rb M src/api/lib/activexml/transport.rb M src/api/lib/memory_dumper.rb M src/api/lib/tasks/extract.rake M src/api/lib/xpath_engine.rb M src/api/spec/controllers/webui/attributes_controller_spec.rb M src/api/spec/controllers/webui/comments_controller_spec.rb M src/api/spec/controllers/webui/package_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/webui_controller_spec.rb M src/api/spec/factories/groups.rb M src/api/spec/features/webui/requests_spec.rb M src/api/spec/helpers/webui/package_helper_spec.rb M src/api/spec/lib/backend/connection_helper_spec.rb M src/api/spec/mixins/build_log_support_spec.rb M src/api/spec/models/attrib_spec.rb M src/api/spec/models/backend/file_spec.rb M src/api/spec/models/branch_package_spec.rb M src/api/spec/models/bs_request/find_for/group_spec.rb M src/api/spec/models/bs_request/find_for/user_spec.rb M src/api/spec/models/notification/rss_feed_item_spec.rb M src/api/spec/models/package_spec.rb M src/api/spec/models/project_spec.rb M src/api/spec/models/project_status/pack_info_spec.rb M src/api/spec/models/user_spec.rb M src/api/spec/support/shared_contexts/a_kiwi_image_xml.rb M src/api/spec/support/shared_contexts/an_invalid_kiwi_image_xml.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/binary_release_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/maintenance_test.rb M src/api/test/functional/person_controller_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/unit/bs_request_test.rb M src/api/test/unit/channel_test.rb M src/api/test/unit/ichain_notifier_test.rb M src/api/test/unit/package_test.rb M src/api/test/unit/project_test.rb Log Message: ----------- Merge pull request #4220 from DavidKang/feature/rubocop/rubocop_todo_part_2 Rubocop friendly cops 2 Compare: https://github.com/openSUSE/open-build-service/compare/9749297fff9c...3aae82...
participants (1)
-
Björn Geuken