[obs-commits] [openSUSE/open-build-service] 76f471: [ci] Enable Style/VariableName Rubocop cop
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 76f471f594b53fd6716b5f4b2b8dfed40c2c3272 https://github.com/openSUSE/open-build-service/commit/76f471f594b53fd6716b5f... Author: Eduardo Navarro <enavarro@suse.com> Date: 2017-04-18 (Tue, 18 Apr 2017) Changed paths: M .rubocop.yml M .rubocop_todo.yml M src/api/app/controllers/search_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/tag_controller.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/jobs/project_create_auto_cleanup_requests.rb M src/api/app/models/branch_package.rb M src/api/app/models/bs_request_action.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_submit.rb M src/api/app/models/bs_request_permission_check.rb M src/api/app/models/issue_tracker.rb M src/api/app/models/package.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/user.rb M src/api/test/functional/channel_maintenance_test.rb M src/api/test/functional/kgraft_maintenance_test.rb M src/api/test/functional/maintenance_test.rb M src/api/test/functional/tag_controller_test.rb M src/api/test/functional/webui/monitor_controller_test.rb M src/api/test/unit/project_test.rb Log Message: ----------- [ci] Enable Style/VariableName Rubocop cop Commit: 8b8604202a18135b5599d4b5f29bb875d34d5f72 https://github.com/openSUSE/open-build-service/commit/8b8604202a18135b5599d4... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2017-04-18 (Tue, 18 Apr 2017) Changed paths: M .rubocop.yml M .rubocop_todo.yml M src/api/app/controllers/search_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/tag_controller.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/jobs/project_create_auto_cleanup_requests.rb M src/api/app/models/branch_package.rb M src/api/app/models/bs_request_action.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_submit.rb M src/api/app/models/bs_request_permission_check.rb M src/api/app/models/issue_tracker.rb M src/api/app/models/package.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/user.rb M src/api/test/functional/channel_maintenance_test.rb M src/api/test/functional/kgraft_maintenance_test.rb M src/api/test/functional/maintenance_test.rb M src/api/test/functional/tag_controller_test.rb M src/api/test/functional/webui/monitor_controller_test.rb M src/api/test/unit/project_test.rb Log Message: ----------- Merge pull request #2990 from eduardoj/rubocop_style_variable_name [ci] Enable Style/VariableName Rubocop cop Compare: https://github.com/openSUSE/open-build-service/compare/3298ac6388a3...8b8604...
participants (1)
-
Henne Vogelsang