ruby
2025
command to get just the changed files from git and run in rubocop:
git ls-files -m | xargs ls -1 2>/dev/null | grep '\.rb$' | xargs rubocopReally good walk through of using ferrum to scrape and crawl the web: https://railsnotes.xyz/blog/ferrum-stealth-browsing
Page 1 of 1