Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix snapshots missing iterations #3557

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -2,104 +2,104 @@
source: crates/ruff/src/rules/eradicate/mod.rs
expression: diagnostics
---
- kind:
name: CommentedOutCode
body: Found commented-out code
suggestion: Remove commented-out code
fixable: true
location:
row: 1
column: 0
end_location:
row: 1
column: 10
fix:
content: ""
- - kind:
name: CommentedOutCode
body: Found commented-out code
suggestion: Remove commented-out code
fixable: true
location:
row: 1
column: 0
end_location:
row: 2
column: 0
parent: ~
- kind:
name: CommentedOutCode
body: Found commented-out code
suggestion: Remove commented-out code
fixable: true
location:
row: 2
column: 0
end_location:
row: 2
column: 22
fix:
content: ""
row: 1
column: 10
fix:
content: ""
location:
row: 1
column: 0
end_location:
row: 2
column: 0
parent: ~
- kind:
name: CommentedOutCode
body: Found commented-out code
suggestion: Remove commented-out code
fixable: true
location:
row: 2
column: 0
end_location:
row: 3
column: 0
parent: ~
- kind:
name: CommentedOutCode
body: Found commented-out code
suggestion: Remove commented-out code
fixable: true
location:
row: 3
column: 0
end_location:
row: 3
column: 6
fix:
content: ""
row: 2
column: 22
fix:
content: ""
location:
row: 2
column: 0
end_location:
row: 3
column: 0
parent: ~
- kind:
name: CommentedOutCode
body: Found commented-out code
suggestion: Remove commented-out code
fixable: true
location:
row: 3
column: 0
end_location:
row: 4
column: 0
parent: ~
- kind:
name: CommentedOutCode
body: Found commented-out code
suggestion: Remove commented-out code
fixable: true
location:
row: 5
column: 0
end_location:
row: 5
column: 13
fix:
content: ""
row: 3
column: 6
fix:
content: ""
location:
row: 3
column: 0
end_location:
row: 4
column: 0
parent: ~
- kind:
name: CommentedOutCode
body: Found commented-out code
suggestion: Remove commented-out code
fixable: true
location:
row: 5
column: 0
end_location:
row: 6
column: 0
parent: ~
- kind:
name: CommentedOutCode
body: Found commented-out code
suggestion: Remove commented-out code
fixable: true
location:
row: 12
column: 4
end_location:
row: 12
column: 16
fix:
content: ""
row: 5
column: 13
fix:
content: ""
location:
row: 5
column: 0
end_location:
row: 6
column: 0
parent: ~
- kind:
name: CommentedOutCode
body: Found commented-out code
suggestion: Remove commented-out code
fixable: true
location:
row: 12
column: 0
column: 4
end_location:
row: 13
column: 0
parent: ~
row: 12
column: 16
fix:
content: ""
location:
row: 12
column: 0
end_location:
row: 13
column: 0
parent: ~

Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@
source: crates/ruff/src/rules/flake8_2020/mod.rs
expression: diagnostics
---
- kind:
name: SysVersionSlice3
body: "`sys.version[:3]` referenced (python3.10), use `sys.version_info`"
suggestion: ~
fixable: false
location:
row: 6
column: 6
end_location:
row: 6
column: 17
fix: ~
parent: ~
- kind:
name: SysVersionSlice3
body: "`sys.version[:3]` referenced (python3.10), use `sys.version_info`"
suggestion: ~
fixable: false
location:
row: 7
column: 6
end_location:
row: 7
column: 13
fix: ~
parent: ~
- kind:
name: SysVersionSlice3
body: "`sys.version[:3]` referenced (python3.10), use `sys.version_info`"
suggestion: ~
fixable: false
location:
row: 8
column: 6
end_location:
row: 8
column: 7
fix: ~
parent: ~
- - kind:
name: SysVersionSlice3
body: "`sys.version[:3]` referenced (python3.10), use `sys.version_info`"
suggestion: ~
fixable: false
location:
row: 6
column: 6
end_location:
row: 6
column: 17
fix: ~
parent: ~
- kind:
name: SysVersionSlice3
body: "`sys.version[:3]` referenced (python3.10), use `sys.version_info`"
suggestion: ~
fixable: false
location:
row: 7
column: 6
end_location:
row: 7
column: 13
fix: ~
parent: ~
- kind:
name: SysVersionSlice3
body: "`sys.version[:3]` referenced (python3.10), use `sys.version_info`"
suggestion: ~
fixable: false
location:
row: 8
column: 6
end_location:
row: 8
column: 7
fix: ~
parent: ~

Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
source: crates/ruff/src/rules/flake8_2020/mod.rs
expression: diagnostics
---
- kind:
name: SysVersion2
body: "`sys.version[2]` referenced (python3.10), use `sys.version_info`"
suggestion: ~
fixable: false
location:
row: 4
column: 11
end_location:
row: 4
column: 22
fix: ~
parent: ~
- kind:
name: SysVersion2
body: "`sys.version[2]` referenced (python3.10), use `sys.version_info`"
suggestion: ~
fixable: false
location:
row: 5
column: 11
end_location:
row: 5
column: 18
fix: ~
parent: ~
- - kind:
name: SysVersion2
body: "`sys.version[2]` referenced (python3.10), use `sys.version_info`"
suggestion: ~
fixable: false
location:
row: 4
column: 11
end_location:
row: 4
column: 22
fix: ~
parent: ~
- kind:
name: SysVersion2
body: "`sys.version[2]` referenced (python3.10), use `sys.version_info`"
suggestion: ~
fixable: false
location:
row: 5
column: 11
end_location:
row: 5
column: 18
fix: ~
parent: ~

Loading