settings.local.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(ls /f/GIT_REPO/tas_councils/scrapers/*.rb)",
  5. "Bash(grep -c \"def \" /f/GIT_REPO/tas_councils/scrapers/*.rb)",
  6. "Bash(sort -t: -k2 -rn)",
  7. "Bash(grep -v \"next\\\\s*$\")",
  8. "Bash(grep -n -B3 \"^\\\\s*rescue\\\\s*$\\\\|^rescue\\\\s*$\" \"f:/GIT_REPO/tas_councils/scrapers/centralcoast.rb\" \"f:/GIT_REPO/tas_councils/scrapers/circularhead.rb\" \"f:/GIT_REPO/tas_councils/scrapers/clarence.rb\" \"f:/GIT_REPO/tas_councils/scrapers/flinders_council.rb\" \"f:/GIT_REPO/tas_councils/scrapers/georgetown.rb\" \"f:/GIT_REPO/tas_councils/scrapers/glamorgan.rb\" \"f:/GIT_REPO/tas_councils/scrapers/glenorchy.rb\" \"f:/GIT_REPO/tas_councils/scrapers/huonvalley.rb\" \"f:/GIT_REPO/tas_councils/scrapers/tasman.rb\" \"f:/GIT_REPO/tas_councils/scrapers/westtamar.rb\" \"f:/GIT_REPO/tas_councils/scrapers/meandervalley.rb\" \"f:/GIT_REPO/tas_councils/scrapers/devonportcity.rb\" \"f:/GIT_REPO/tas_councils/scrapers/dorset.rb\" \"f:/GIT_REPO/tas_councils/scrapers/launcestoncity.rb\" \"f:/GIT_REPO/tas_councils/scrapers/waratah_wynyard.rb\")",
  9. "Bash(ruby test/test_util.rb)",
  10. "Bash(docker compose:*)",
  11. "Bash(python3)",
  12. "Bash(python3 -c ':*)",
  13. "Bash(grep -n \"FROM \\\\`{\" /f/GIT_REPO/tas_councils/web/index.php)",
  14. "Bash(grep -n '\\\\$t\\\\|tableHasColumn\\\\|tableExists' /f/GIT_REPO/tas_councils/web/index.php)",
  15. "Bash(xargs sed:*)",
  16. "Bash(grep -n \"Open3\\\\|capture2\\\\|backtick\\\\|\\\\`#{\" f:/GIT_REPO/tas_councils/lib/http.rb)",
  17. "Bash(grep -n \"validate_table_name\\\\|FROM \\\\`{\\\\|SHOW COLUMNS\" f:/GIT_REPO/tas_councils/web/index.php)",
  18. "Bash(grep -l \"DB.ensure_table!\" /f/GIT_REPO/tas_councils/scrapers/*.rb)",
  19. "Bash(grep -L \"DB.ensure_table!\" /f/GIT_REPO/tas_councils/scrapers/*.rb)",
  20. "Bash(grep -A 2 \"rescue StandardError => e\" /f/GIT_REPO/tas_councils/lib/*.rb /f/GIT_REPO/tas_councils/scrapers/*.rb)",
  21. "Bash(grep -n \"enrich_after_upsert\" /f/GIT_REPO/tas_councils/scrapers/*.rb)",
  22. "Bash(wc -l /f/GIT_REPO/tas_councils/lib/*.rb /f/GIT_REPO/tas_councils/scrapers/*.rb)",
  23. "Bash(grep -n \"def.*$\" /f/GIT_REPO/tas_councils/lib/util.rb)",
  24. "Bash(grep -l \"require.*log\\\\b\" f:/GIT_REPO/tas_councils/scrapers/*.rb)",
  25. "Bash(grep -l \"require.*scraper_helpers\\\\b\" f:/GIT_REPO/tas_councils/scrapers/*.rb)",
  26. "Bash(grep -l \"Log\\\\.\" *.rb)",
  27. "Bash(grep -l 'require_relative.*lib/log' *.rb)",
  28. "Bash(grep -l \"upsert_and_enrich!\" *.rb)",
  29. "Bash(grep -l \"def abs_url\" *.rb)",
  30. "WebFetch(domain:www.southernmidlands.tas.gov.au)",
  31. "Bash(python3 -)"
  32. ]
  33. }
  34. }