File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33.PHONY : help test lint lint-js lint-ruby lintfix lintfix-js lintfix-ruby setup dev clean frontend-setup check-frontend quick-check ready yard-verify-public-docs openapi openapi-verify openapi-client openapi-client-verify openapi-lint openapi-lint-redocly openapi-lint-spectral openai-lint-spectral test-frontend-e2e
44
5+ RUBOCOP_FLAGS ?= --cache false
6+
57# Default target
68help : # # Show this help message
79 @echo " html2rss-web Development Commands"
@@ -60,7 +62,7 @@ lint: lint-ruby lint-js ## Run all linters (Ruby + Frontend) - errors when issue
6062
6163lint-ruby : # # Run Ruby linter (RuboCop) - errors when issues found
6264 @echo " Running RuboCop linting..."
63- bundle exec rubocop
65+ bundle exec rubocop $( RUBOCOP_FLAGS )
6466 @echo " Running Zeitwerk eager-load check..."
6567 bundle exec rake zeitwerk:verify
6668 @echo " Running YARD public-method docs check..."
You can’t perform that action at this time.
0 commit comments