From 025ff0a092af8ccf866180239840364a5c53108e Mon Sep 17 00:00:00 2001 From: Na'aman Hirschfeld Date: Wed, 1 Jul 2026 11:17:59 +0200 Subject: [PATCH] Add polylint and scythe --- data/tools/polylint.yml | 24 ++++++++++++++++++++++++ data/tools/scythe.yml | 11 +++++++++++ 2 files changed, 35 insertions(+) create mode 100644 data/tools/polylint.yml create mode 100644 data/tools/scythe.yml diff --git a/data/tools/polylint.yml b/data/tools/polylint.yml new file mode 100644 index 000000000..ead8f8096 --- /dev/null +++ b/data/tools/polylint.yml @@ -0,0 +1,24 @@ +name: polylint +categories: + - linter + - formatter +tags: + - css + - go + - html + - javascript + - json + - markdown + - php + - python + - ruby + - rust + - shell + - typescript + - yaml +license: MIT License +types: + - cli +source: 'https://github.com/Goldziher/polylint' +homepage: 'https://github.com/Goldziher/polylint' +description: 'Universal zero-dependency linter and formatter: a single pure-Rust CLI (poly/polylint/polyfmt) covering many languages, with a tree-sitter generic fallback for others.' diff --git a/data/tools/scythe.yml b/data/tools/scythe.yml new file mode 100644 index 000000000..cd3414c76 --- /dev/null +++ b/data/tools/scythe.yml @@ -0,0 +1,11 @@ +name: scythe +categories: + - linter +tags: + - sql +license: MIT License +types: + - cli +source: 'https://github.com/Goldziher/scythe' +homepage: 'https://github.com/Goldziher/scythe' +description: 'Polyglot SQL compiler and linter that generates type-safe code from SQL with schema-aware linting.'