Skip to content

Metadata object names must not exceed the allowed length (MetadataObjectNameLength)

Type Scope Severity Activated
by default
Minutes
to fix
Tags
Error BSL Major Yes 10 standard

Parameters

Name Type Description Default value
maxMetadataObjectNameLength Integer Permissible length of the name of the configuration object 80

Description

Metadata object names must not exceed 80 characters.

In addition to problems using these objects, there are problems with uploading the configuration to files.

Examples

LooooooooooooooooooooooooooooooooooooooooooooooooooooooooongVeryLongDocumentName

Sources

Standard: Name, synonym, comment (RU)

Snippets

Diagnostic ignorance in code

// BSLLS:MetadataObjectNameLength-off
// BSLLS:MetadataObjectNameLength-on

Parameter for config

"MetadataObjectNameLength": {
    "maxMetadataObjectNameLength": 80
}