Skip to content

Commit f90df3e

Browse files
author
ChrisGVE
committed
feat: add codesize tool
1 parent ded8ca4 commit f90df3e

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

data/tools/codesize.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: codesize
2+
categories:
3+
- linter
4+
tags:
5+
- c
6+
- cpp
7+
- go
8+
- java
9+
- javascript
10+
- lua
11+
- python
12+
- rust
13+
- swift
14+
- typescript
15+
license: MIT
16+
types:
17+
- cli
18+
source: 'https://github.com/ChrisGVE/codesize'
19+
homepage: 'https://github.com/ChrisGVE/codesize'
20+
description: >-
21+
codesize reports files and functions that exceed per-language size limits,
22+
using tree-sitter for accurate function boundary detection. Supports Rust,
23+
TypeScript, JavaScript, Python, Go, Java, C, C++, Swift, and Lua, with
24+
additional languages configurable via TOML. Outputs CSV for CI integration.

0 commit comments

Comments
 (0)