Skip to content

Commit 52f695e

Browse files
authored
Merge pull request #67 from Homebrew/sync-shared-config
Synchronize shared configuration
2 parents 964b7af + 4d52093 commit 52f695e

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
path: results.sarif
8282

8383
- name: Upload SARIF file
84-
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
84+
uses: github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
8585
with:
8686
sarif_file: results.sarif
8787
category: zizmor

.rubocop.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly.
22
---
3-
plugins:
4-
- rubocop-md:
5-
plugin_class_name: RuboCop::Markdown::Plugin
6-
- rubocop-performance:
7-
plugin_class_name: RuboCop::Performance::Plugin
8-
- rubocop-rspec:
9-
plugin_class_name: RuboCop::RSpec::Plugin
10-
- rubocop-sorbet:
11-
plugin_class_name: RuboCop::Sorbet::Plugin
123
AllCops:
134
ParserEngine: parser_prism
145
TargetRubyVersion: 3.3

0 commit comments

Comments
 (0)