UNPKG

agentsqripts

Version:

Comprehensive static code analysis toolkit for identifying technical debt, security vulnerabilities, performance issues, and code quality problems

12 lines (10 loc) 335 B
/** * @file WET code analysis configuration and patterns * @description Centralized configuration for WET code analysis */ const localVars = require('../../config/localVars'); module.exports = { VALID_EXTENSIONS: localVars.VALID_EXTENSIONS, WET_CODE_CONFIG: localVars.WET_CODE_CONFIG, WET_PATTERNS: localVars.WET_PATTERNS };