Skip to content

Commit c5a34b9

Browse files
committed
chore: disable problmatic rubocop cache
1 parent c024849 commit c5a34b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
default: lint validate test
2+
ready: lint validate test
23

34
lint:
45
yamllint lib/html2rss/configs/ .github/
5-
bundle exec rubocop -P -f quiet
6+
bundle exec rubocop -P --cache false -f quiet
67
./node_modules/.bin/prettier --check lib/**/*.yml .github/**/*.yml README.md
78

89
validate:

0 commit comments

Comments
 (0)