Skip to content

dprint init's includes does not follow common Dockerfile name #5

@Samuel-Therrien-Beslogic

Description

Describe the bug

Dockerfiles are usually named Dockerfile, most tools will work with a file named as such by default, not .dockerfile

dprint-plugin-dockerfile version: 0.3.0

Input Code

dprint init (select at least dprint-plugin-dockerfile)

Expected Output

  "includes": ["**/Dockerfile"],

Actual Output

  "includes": ["**/.{dockerfile}"],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions