Skip to content

Commit 025ff0a

Browse files
committed
Add polylint and scythe
1 parent 66668c6 commit 025ff0a

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

data/tools/polylint.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: polylint
2+
categories:
3+
- linter
4+
- formatter
5+
tags:
6+
- css
7+
- go
8+
- html
9+
- javascript
10+
- json
11+
- markdown
12+
- php
13+
- python
14+
- ruby
15+
- rust
16+
- shell
17+
- typescript
18+
- yaml
19+
license: MIT License
20+
types:
21+
- cli
22+
source: 'https://github.com/Goldziher/polylint'
23+
homepage: 'https://github.com/Goldziher/polylint'
24+
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.'

data/tools/scythe.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: scythe
2+
categories:
3+
- linter
4+
tags:
5+
- sql
6+
license: MIT License
7+
types:
8+
- cli
9+
source: 'https://github.com/Goldziher/scythe'
10+
homepage: 'https://github.com/Goldziher/scythe'
11+
description: 'Polyglot SQL compiler and linter that generates type-safe code from SQL with schema-aware linting.'

0 commit comments

Comments
 (0)