Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.21 KB

rules.md

File metadata and controls

43 lines (31 loc) · 2.21 KB

Rules Reference

DCLint categorizes its rules into several categories to help you ensure that your Docker Compose files meet specific standards.

Style

These rules enforce consistency in formatting and structure to ensure that your Docker Compose files are easy to read and maintain. They focus on best practices related to code style, such as proper ordering of fields and avoiding unnecessary complexity.

Security

Security rules focus on identifying potential vulnerabilities in your Docker Compose files. These rules help prevent common security risks, such as exposing sensitive data or using unsafe configurations.

Best Practice

These rules enforce general Docker Compose best practices, guiding you towards configurations that are known to work well. They help avoid pitfalls and ensure your configurations are reliable and maintainable.

Performance

Performance rules are designed to optimize the runtime behavior of your Docker Compose setup. They identify configurations that could negatively impact performance, such as inefficient resource usage or misconfigurations that may lead to slower application performance.