[obs-commits] [openSUSE/open-build-service] fa92e5: [frontend] Fix Layout/IndentHash offenses
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: fa92e5f5721d4d98c1a22e2eab1ec7f32375b259 https://github.com/openSUSE/open-build-service/commit/fa92e5f5721d4d98c1a22e... Author: David Kang <dkang@suse.com> Date: 2017-12-18 (Mon, 18 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/helpers/webui/project_helper.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request/data_table/params_parser.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/buildresult.rb M src/api/app/models/issue.rb M src/api/app/models/project.rb M src/api/app/models/project/update_from_xml_command.rb M src/api/lib/backend/connection.rb M src/api/lib/xpath_engine.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/factories/download_repository_factory.rb M src/api/spec/factories/repository.rb M src/api/spec/features/webui/login_spec.rb M src/api/spec/features/webui/users/user_home_page_spec.rb M src/api/spec/lib/authenticator_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/test/functional/kgraft_maintenance_test.rb M src/api/test/functional/release_management_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/unit/project_test.rb Log Message: ----------- [frontend] Fix Layout/IndentHash offenses Commit: 44ae09db6254cafe8cf69fdabfdfdf481fc5f2be https://github.com/openSUSE/open-build-service/commit/44ae09db6254cafe8cf69f... Author: David Kang <dkang@suse.com> Date: 2017-12-18 (Mon, 18 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/helpers/comment_helper.rb M src/api/app/helpers/webui/buildresult_helper.rb M src/api/app/models/bs_request.rb M src/api/app/models/channel_binary.rb M src/api/app/models/group.rb M src/api/app/views/statistics/rating.xml.builder M src/api/app/views/webui/feeds/notifications.rss.builder M src/api/db/migrate/20150916084813_add_modify_time_to_binary_release.rb M src/api/lib/obsapi/markdown_renderer.rb M src/api/spec/controllers/statistics/maintenance_statistics_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/request_controller_spec.rb M src/api/spec/factories/bs_requests.rb M src/api/spec/features/webui/packages_spec.rb M src/api/spec/helpers/webui/request_helper_spec.rb M src/api/spec/helpers/webui/webui_helper_spec.rb M src/api/spec/mailers/event_mailer_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/comment_spec.rb M src/api/spec/models/download_repository_spec.rb M src/api/spec/models/image_template_spec.rb M src/api/spec/models/package_spec.rb M src/api/spec/models/user_spec.rb M src/api/spec/support/shared_examples/features/user_tab.rb M src/api/test/unit/package_test.rb Log Message: ----------- [frontend] Fix MultilineMethodCallBraceLayout offenses Commit: 6c5ef05fe338669261ac098af148dbeb20e3b325 https://github.com/openSUSE/open-build-service/commit/6c5ef05fe338669261ac09... Author: David Kang <dkang@suse.com> Date: 2017-12-19 (Tue, 19 Dec 2017) Changed paths: M .rubocop_todo.yml Log Message: ----------- [ci] Enable Layout/MultilineOperationIndentation cop Commit: 53856c6ebee5b3e2133bb3bfcec7fc7d41c77b4f https://github.com/openSUSE/open-build-service/commit/53856c6ebee5b3e2133bb3... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-12-19 (Tue, 19 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/helpers/comment_helper.rb M src/api/app/helpers/webui/buildresult_helper.rb M src/api/app/helpers/webui/project_helper.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request/data_table/params_parser.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/buildresult.rb M src/api/app/models/channel_binary.rb M src/api/app/models/group.rb M src/api/app/models/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/statistics/rating.xml.builder M src/api/app/views/webui/feeds/notifications.rss.builder M src/api/db/migrate/20150916084813_add_modify_time_to_binary_release.rb M src/api/lib/backend/connection.rb M src/api/lib/obsapi/markdown_renderer.rb M src/api/lib/xpath_engine.rb M src/api/spec/controllers/statistics/maintenance_statistics_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/factories/bs_requests.rb M src/api/spec/factories/download_repository_factory.rb M src/api/spec/factories/repository.rb M src/api/spec/features/webui/login_spec.rb M src/api/spec/features/webui/packages_spec.rb M src/api/spec/features/webui/users/user_home_page_spec.rb M src/api/spec/helpers/webui/request_helper_spec.rb M src/api/spec/helpers/webui/webui_helper_spec.rb M src/api/spec/lib/authenticator_spec.rb M src/api/spec/mailers/event_mailer_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/comment_spec.rb M src/api/spec/models/download_repository_spec.rb M src/api/spec/models/image_template_spec.rb M src/api/spec/models/package_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/shared_examples/features/user_tab.rb M src/api/test/functional/kgraft_maintenance_test.rb M src/api/test/functional/release_management_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/unit/package_test.rb M src/api/test/unit/project_test.rb Log Message: ----------- Merge pull request #4244 from DavidKang/feature/rubocop/layout_indentation Rubocop is your friend part 7 Compare: https://github.com/openSUSE/open-build-service/compare/18f40e2cce02...53856c...
participants (1)
-
Björn Geuken