Skip to content

protolint:disable doesn't turn off FILE_NAMES_LOWER_SNAKE_CASE #451

@AlexCannonball

Description

@AlexCannonball

Steps to reproduce:

  • Create a file like dot.separated.proto with text

    // protolint:disable FILE_NAMES_LOWER_SNAKE_CASE
    syntax = "proto3";
  • Run

    protolint lint -fix ./dot.separated.proto

Expected result: dot.separated.proto isn't renamed.

Factual result: the file is renamed to dot_separated.proto.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions