rails / webpacker

Use Webpack to manage app-like JavaScript modules in Rails
MIT License
5.31k stars 1.47k forks source link

Suppress RuboCop offense to fix broken build #3251

Closed koic closed 2 years ago

koic commented 2 years ago

Follow up to https://github.com/rails/webpacker/pull/3232.

This PR suppresses the following RuboCop offense.

% bundle exec rubocop
(snip)

lib/webpacker/manifest.rb:108:107: C: [Correctable]
Layout/TrailingWhitespace: Trailing whitespace detected.
1. You forgot to install node packages (try `yarn install`) or are
running an incompatible version of Node
                                       ^

64 files inspected, 1 offense detected, 1 offense auto-correctable
Error: Process completed with exit code 1.

https://github.com/rails/webpacker/runs/4651343194