From d5b33cdb402f58d395e8f528f3fce4503ebe6d1f Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Fri, 7 Oct 2022 08:48:59 -0400 Subject: [PATCH] Add missing snapshot for U002 --- src/snapshots/ruff__linter__tests__u002.snap | 53 ++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 src/snapshots/ruff__linter__tests__u002.snap diff --git a/src/snapshots/ruff__linter__tests__u002.snap b/src/snapshots/ruff__linter__tests__u002.snap new file mode 100644 index 0000000000..26dd02561e --- /dev/null +++ b/src/snapshots/ruff__linter__tests__u002.snap @@ -0,0 +1,53 @@ +--- +source: src/linter.rs +expression: checks +--- +- kind: UnnecessaryAbspath + location: + row: 3 + column: 5 + end_location: + row: 3 + column: 22 + fix: + content: __file__ + location: + row: 3 + column: 5 + end_location: + row: 3 + column: 22 + applied: false +- kind: UnnecessaryAbspath + location: + row: 9 + column: 5 + end_location: + row: 9 + column: 30 + fix: + content: __file__ + location: + row: 9 + column: 5 + end_location: + row: 9 + column: 30 + applied: false +- kind: UnnecessaryAbspath + location: + row: 15 + column: 5 + end_location: + row: 15 + column: 27 + fix: + content: __file__ + location: + row: 15 + column: 5 + end_location: + row: 15 + column: 27 + applied: false +