# Naming Rules

> Rules in this category check the file or project for any inconsistencies related to naming.

Rules in this category check the file or project for any inconsistencies related to naming.

For example, if a variable doesn't follow the [Naming Convention](https://docs.uipath.com/studio/standalone/latest/user-guide/workflow-design#naming-conventions) then the **Variables Naming Convention** rule records a message in the **Error List** panel.

Below is the list of rules part of the **Naming** category, together with their rule ID and a link to their dedicated page:

| Rule Name | Rule ID | Scope |
| --- | --- | --- |
| [Variables Naming Convention](https://docs.uipath.com/studio/standalone/latest/user-guide/st-nmg-001) | ST-NMG-001 | Activity |
| [Arguments Naming Convention](https://docs.uipath.com/studio/standalone/latest/user-guide/st-nmg-002) | ST-NMG-002 | Workflow |
| [Display Name Duplication](https://docs.uipath.com/studio/standalone/latest/user-guide/st-nmg-004) | ST-NMG-004 | Workflow |
| [Variable Overrides Variable](https://docs.uipath.com/studio/standalone/latest/user-guide/st-nmg-005) | ST-NMG-005 | Workflow |
| [Variable Overrides Argument](https://docs.uipath.com/studio/standalone/latest/user-guide/st-nmg-006) | ST-NMG-006 | Workflow |
| [Variable Length Exceeded](https://docs.uipath.com/studio/standalone/latest/user-guide/st-nmg-008) | ST-NMG-008 | Activity |
| [Prefix Datatable Variables](https://docs.uipath.com/studio/standalone/latest/user-guide/st-nmg-009) | ST-NMG-009 | Activity |
| [Prefix Datatable Arguments](https://docs.uipath.com/studio/standalone/latest/user-guide/st-nmg-011) | ST-NMG-011 | Workflow |
| [Argument Default Values](https://docs.uipath.com/studio/standalone/latest/user-guide/st-nmg-012) | ST-NMG-012 | Workflow |
| [Argument Length Exceeded](https://docs.uipath.com/studio/standalone/latest/user-guide/st-nmg-016) | ST-NMG-016 | Workflow |
