master
version: "2" checks: file-lines: config: threshold: 500 method-complexity: config: threshold: 15 method-lines: config: threshold: 200 exclude_patterns: - "cypress/" - "test/" - "**/*.d.ts"