Skip to content

unreachable_code_linter hits #nolint messages #1347

@MichaelChirico

Description

@MichaelChirico
function() {
  do_something
  # nolint start: one_linter.
  edge_case_stuff()
  # nolint stop: one_linter.
}

will throw the lint on # nolint stop. this seems less than ideal but I'm not sure if it can be easily fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    false-positivecode that shouldn't lint, but does

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions