Skip to content

Yml strings need to be single quoted in yml files #8

@Ferrisx4

Description

@Ferrisx4

As seen in the automated review for this PR, according to yamlint, strings must be singled quoted.

name: Goofy
type: module
description: Provides goofy features
package: Tripal Extension
core_version_requirement: ^10.4 | ^11.1
dependencies:
  - tripal:tripal
  - tripal_chado:tripal_chado
configure: goofy.settings_form

becomes

name: 'Goofy'
type: 'module'
description: 'Provides goofy features'
package: 'Tripal Extension'
core_version_requirement: '^10.4 | ^11.1'
dependencies:
  - 'tripal:tripal'
  - 'tripal_chado:tripal_chado'
configure: 'goofy.settings_form'

Branch: 8-yml_strings_must_be_quoted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions