File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 61
61
key : syntax-style-cache-${{ github.sha }}
62
62
restore-keys : syntax-style-cache-
63
63
64
- - run : brew style ${{ github.repository }}
64
+ - run : brew style --except-cops Cask/Desc ${{ github.repository }}
65
65
continue-on-error : true
66
66
67
67
- run : brew typecheck ${{ github.repository }}
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ export HOMEBREW_BUNDLE_USER_CACHE=$(abspath $(LOCAL_CACHE_DIR)/bundle-user-cache
27
27
28
28
dev-setup : test-tap test-cache
29
29
30
- fmt format : check-style
31
-
32
30
test-tap :
33
31
@-echo " (re)initialize tap worktree" >&2 ; sleep 1;
34
32
-$(git ) worktree remove $(GIT_FORCE ) $(HOMEBREW_PREFIX ) /Library/Taps/$(TEST_HOMEBREW_TAP )
@@ -41,8 +39,11 @@ $(LOCAL_CACHE_DIR):
41
39
42
40
check : check-style check-audit
43
41
42
+ fmt format :
43
+ $(brew ) style --except-cops Cask/Desc --fix .
44
+
44
45
check-style :
45
- $(brew ) style .
46
+ $(brew ) style --except-cops Cask/Desc .
46
47
47
48
check-audit :
48
49
$(brew ) audit --skip-style --except=version --signing --os=all --arch=all --display-filename --tap=$(TEST_HOMEBREW_TAP )
You can’t perform that action at this time.
0 commit comments