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 +