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.'