Skip to content

[OP-19358] Show popover values verbatim #45006

[OP-19358] Show popover values verbatim

[OP-19358] Show popover values verbatim #45006

Workflow file for this run

name: RuboCop
on:
pull_request:
paths-ignore:
- "docs/**"
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1
- name: Run RuboCop
uses: reviewdog/action-rubocop@b6d5e953a5fc0bf3ab65254e77730ea2174d6d6d # v2
with:
reporter: github-pr-annotations
fail_level: any
rubocop_version: gemfile
rubocop_extensions: >
rubocop-capybara:gemfile
rubocop-factory_bot:gemfile
rubocop-openproject:gemfile
rubocop-performance:gemfile
rubocop-rails:gemfile
rubocop-rspec:gemfile
rubocop-rspec_rails:gemfile
only_changed: true