Skip to content

Commit 6d8b3fd

Browse files
authored
Merge pull request #93 from Homebrew/sync-shared-config
Synchronize shared configuration
2 parents 75e30c0 + ee750b2 commit 6d8b3fd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/actionlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
path: results.sarif
8080

8181
- name: Upload SARIF file
82-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
82+
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
8383
with:
8484
sarif_file: results.sarif
8585
category: zizmor

.rubocop.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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
310
AllCops:
411
TargetRubyVersion: 3.3
512
NewCops: enable

0 commit comments

Comments
 (0)