Skip to content

Commit 3e74ddb

Browse files
authored
Add BlockWatch language agnostic linter (#1735)
1 parent 8a4c4b2 commit 3e74ddb

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

data/tools/blockwatch.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: BlockWatch
2+
categories:
3+
- linter
4+
tags:
5+
- c
6+
- cpp
7+
- csharp
8+
- css
9+
- go
10+
- html
11+
- java
12+
- javascript
13+
- jsx
14+
- kotlin
15+
- make
16+
- markdown
17+
- php
18+
- python
19+
- ruby
20+
- rust
21+
- shell
22+
- sql
23+
- swift
24+
- typescript
25+
- xml
26+
- yaml
27+
license: MIT License
28+
types:
29+
- cli
30+
source: 'https://github.com/mennanov/blockwatch'
31+
homepage: 'https://github.com/mennanov/blockwatch'
32+
description: 'A language-agnostic linter that keeps code, documentation, and configuration in sync and enforces strict formatting and validation rules.'

0 commit comments

Comments
 (0)