
A code analyzer is a library that builds on the compiler’s functionality to offer enhanced analysis of the syntax and semantics of your code at build time
CodeCop is an analyzer that enforces the official AL Coding Guidelines
PerTenantExtensionCop is an analyzer that enforces rules that must be respected by extensions meant to be installed for individual tenants
AppSourceCop is an analyzer that enforces rules that must be respected by extensions meant to be published to Microsoft AppSource
UserInterfaceCop is an analyzer that enforces rules that must be respected by extensions meant to be installed for individual tenants
To enable following rules we can use Code Analysis tools

Following are few rules for every code analysis tool .You can download from following file
Hope this will help you all..