Properly fix rubocop workflow (#10428)

This commit is contained in:
Maximilian Downey Twiss
2024-09-06 10:01:47 +10:00
committed by GitHub
parent c248fc8099
commit 24785693ef
2 changed files with 2 additions and 1 deletions

View File

@@ -13,3 +13,4 @@ jobs:
uses: reviewdog/action-rubocop@v2
with:
fail_on_error: true
filter_mode: nofilter

View File

@@ -168,7 +168,7 @@ pkg_update_arr = [
{ pkg_name: 'moonbuggy', pkg_rename: 'moon_buggy', pkg_deprecated: nil, comments: 'Renamed to better match upstream.' },
{ pkg_name: 'nping', pkg_rename: nil, pkg_deprecated: true, comments: 'Removed to avoid conflict with nmap.' },
{ pkg_name: 'percona_boost', pkg_rename: nil, pkg_deprecated: true, comments: 'Replaced by regular boost.' },
{ pkg_name: 'percona_server', pkg_rename: nil, pkg_deprecated: true, comments: 'Replaced by mysql.'},
{ pkg_name: 'percona_server', pkg_rename: nil, pkg_deprecated: true, comments: 'Replaced by mysql.' },
{ pkg_name: 'pkgconfig', pkg_rename: 'pkg_config', pkg_deprecated: nil, comments: 'Renamed to better match upstream.' },
{ pkg_name: 'postgres', pkg_rename: 'postgresql', pkg_deprecated: nil, comments: 'Renamed to better match upstream.' },
{ pkg_name: 'proj4', pkg_rename: 'proj', pkg_deprecated: nil, comments: 'Renamed to better match upstream.' },