[obs-commits] [openSUSE/software-o-o] 4b80d3: Add rubocop to Gemfile
Branch: refs/heads/master Home: https://github.com/openSUSE/software-o-o Commit: 4b80d3bd2b01a64b04f03e57b7d276e19551e349 https://github.com/openSUSE/software-o-o/commit/4b80d3bd2b01a64b04f03e57b7d2... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M Gemfile M Gemfile.lock Log Message: ----------- Add rubocop to Gemfile Add `rubocop` gem to Gemfile and run `bundle install` Commit: b011892b144ab383b4faa8dab10cd3b92285afa2 https://github.com/openSUSE/software-o-o/commit/b011892b144ab383b4faa8dab10c... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: A .rubocop.yml A .rubocop_todo.yml Log Message: ----------- Autogenerate rubocop_todo.yml Let Rubocop generate `rubocop_todo.yml` and add configuration to `rubocop_todo.yml` Commit: 2c82ab08995734c8d15963baa3db0bdffd5f2051 https://github.com/openSUSE/software-o-o/commit/2c82ab08995734c8d15963baa3db... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M .rubocop_todo.yml Log Message: ----------- Disable Style/WordArray cop as there is a bug ``` 4 errors occurred: An error occurred while Style/WordArray cop was inspecting /home/Ana/Documents/software-o-o/app/controllers/package_controller.rb:88:57. An error occurred while Style/WordArray cop was inspecting /home/Ana/Documents/software-o-o/app/controllers/package_controller.rb:117:74. An error occurred while Style/WordArray cop was inspecting /home/Ana/Documents/software-o-o/app/controllers/package_controller.rb:120:56. An error occurred while Style/WordArray cop was inspecting /home/Ana/Documents/software-o-o/app/controllers/package_controller.rb:121:66. ``` Commit: d2a39d89c2a341b4442d178ba7c78d13407853ca https://github.com/openSUSE/software-o-o/commit/d2a39d89c2a341b4442d178ba7c7... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: M .rubocop_todo.yml Log Message: ----------- Disable cops not disabled by Rubocop Rubocop is supposed to add all the cops that generate an offense in `.rubocop_todo.yml`, but for any reason it didn't add one of them, so I manually added it. Commit: d457dd0c875cc197093df683b578447db7c664b3 https://github.com/openSUSE/software-o-o/commit/d457dd0c875cc197093df683b578... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2017-03-17 (Fri, 17 Mar 2017) Changed paths: A .travis.yml Log Message: ----------- Add Travis config file to execute Rubocop This would allow to execute Rubocop for any new PR. Commit: 38002790518929a3cd9a86e33068ae4151aef51c https://github.com/openSUSE/software-o-o/commit/38002790518929a3cd9a86e33068... Author: Stephan Kulow <coolo@kde.org> Date: 2017-03-23 (Thu, 23 Mar 2017) Changed paths: A .rubocop.yml A .rubocop_todo.yml A .travis.yml M Gemfile M Gemfile.lock Log Message: ----------- Merge pull request #136 from Ana06/rubocop Rubocop Compare: https://github.com/openSUSE/software-o-o/compare/7d84b5373726...380027905189
participants (1)
-
Stephan Kulow