Skip to content

[#7977] Update AttachmentController#show_as_html to do attachment masking in the background #2703

[#7977] Update AttachmentController#show_as_html to do attachment masking in the background

[#7977] Update AttachmentController#show_as_html to do attachment masking in the background #2703

Workflow file for this run

name: RuboCop
on: [pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Run RuboCop linter
uses: reviewdog/action-rubocop@v1
with:
github_token: ${{ secrets.github_token }}
rubocop_flags: -DES
rubocop_version: gemfile
rubocop_extensions: rubocop-performance:gemfile rubocop-rails:gemfile
level: warning