rails/.github
Yasuo Honda ce9a220fdc Enabled GitHub Actions to run the latest RuboCop 0.76.0
Updated the default Ruby workflow:

* Trigger this action for pull request and push
* Install requried OS packages for Active Record connection adapters
* Removing `gem install bundler` because Ruby 2.6 already installs it
* Run RuboCop in parallel by `bundle exec rubocop --parallel`
* Rename `ruby.yml` to `rubocop.yml` to represent the workflow

Bump RuboCop to 0.76.0 and rename `Style/UnneededPercentQ` to `Style/RedundantPercentQ`

```ruby
$ bundle exec rubocop
Error: The `Style/UnneededPercentQ` cop has been renamed to `Style/RedundantPercentQ`.
(obsolete configuration found in .rubocop.yml
```

Removed `.codeclimate.yml`
2019-10-30 23:21:09 +00:00
..
workflows Enabled GitHub Actions to run the latest RuboCop 0.76.0 2019-10-30 23:21:09 +00:00
autolabeler.yml Label Action Text PRs [ci skip] 2019-01-04 23:48:30 -05:00
issue_template.md Updated links from http to https in guides, docs, etc 2019-03-09 16:43:47 +05:30
no-response.yml Changed wording for no-response documentation 2018-10-20 00:49:49 -04:00
pull_request_template.md Updated links from http to https in guides, docs, etc 2019-03-09 16:43:47 +05:30
security.md Add SECURITY.md file, linking to security policy 2019-10-07 10:32:08 +01:00
stale.yml Update stale issue comment to mention 6-0-stable 2019-08-28 10:56:10 +01:00