Skip to content
Merged
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
9 changes: 9 additions & 0 deletions .architecture.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
thresholds:
# Go/JS/CJS/MJS files above this line count are BLOCKER violations.
file_lines_blocker: 2000
# Go/JS/CJS/MJS files above this line count are WARNING violations.
file_lines_warning: 1000
# Go/JS/CJS/MJS functions above this line count are WARNING violations.
function_lines: 200
# Go/JS/CJS/MJS modules above this public export count are INFO violations.
max_exports: 10
Loading