Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub actions to run RuboCop linter #5820

Merged
merged 2 commits into from Jul 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/rubocop.yml
@@ -0,0 +1,16 @@
name: RuboCop

on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Run RuboCop linter
uses: reviewdog/action-rubocop@v1
with:
github_token: ${{ secrets.github_token }}
rubocop_version: 0.81.0
rubocop_extensions: rubocop-performance:1.5.2 rubocop-rails:2.5.2
8 changes: 0 additions & 8 deletions .hound.yml

This file was deleted.