You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/sidekiq-8.1.2/bin/lint-herb

14 lines
292 B

#!/usr/bin/env ruby
# frozen_string_literal: true
# HERB Linting Script
# Run this script to lint all ERB files in the project
# Usage: bin/lint-herb
require "bundler/setup"
puts "🔍 Running HERB linting on ERB files..."
puts
exec("bundle exec herb analyze web/views -n --no-log-file")