Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions data/tools/codesize.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: codesize
categories:
- linter
tags:
- c
- cpp
- go
- java
- javascript
- lua
- python
- rust
- swift
- typescript
license: MIT
types:
- cli
source: 'https://github.com/ChrisGVE/codesize'
homepage: 'https://github.com/ChrisGVE/codesize'
description: >-
codesize reports files and functions that exceed per-language size limits,
using tree-sitter for accurate function boundary detection. Supports Rust,
TypeScript, JavaScript, Python, Go, Java, C, C++, Swift, and Lua, with
additional languages configurable via TOML. Outputs CSV for CI integration.
Loading