This topic describes the code detection rules in Alibaba Cloud DevOps Codeup.
Rule description
Rule package name | Applicable language | Description |
Java development specification | Java | The Alibaba Java Development Guidelines are based on the Alibaba Java Development Manual, and are the standards followed by Java engineers within Alibaba Cloud. They cover guidelines for coding, unit testing, exception logging guidelines, engineering, and security guidelines, and MySQL conventions. |
JavaScript development specification (Vue/React) | JavaScript | The ESLint configuration, aligned with the Alibaba Frontend Guidelines, encompasses rules for coding style, language features, comments, and naming conventions. |
TypeScript development specification (Vue/React) | TypeScript | The ESLint configuration, aligned with the Alibaba Frontend Guidelines, encompasses rules for coding style, language features, comments, and naming conventions. |
Sensitive information detection | Not limited by language | Detects sensitive credentials such as API keys within the code to prevent accidental exposure or submission of sensitive information. |