Skip to content

Merge remote-tracking branch 'origin/main' #5

Merge remote-tracking branch 'origin/main'

Merge remote-tracking branch 'origin/main' #5

Triggered via push September 29, 2024 10:27
Status Success
Total duration 59s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings and 9 notices
Redeclared names without usages: Obsidian/Python/demo.py#L35
Redeclared 'c' defined above without usage
Redeclared names without usages: Obsidian/Python/demo.py#L102
Redeclared 'c' defined above without usage
Statement has no effect: Notes/cars.py#L36
Statement seems to have no effect
Statement has no effect: Notes/cars.py#L25
Statement seems to have no effect
Statement has no effect: Notes/cars.py#L55
Statement seems to have no effect
Statement has no effect: Notes/cars.py#L54
Statement seems to have no effect
Statement has no effect: Notes/cars.py#L48
Statement seems to have no effect
Statement has no effect: Notes/cars.py#L44
Statement seems to have no effect
Statement has no effect: Notes/cars.py#L20
Statement seems to have no effect
qodana
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Dictionary creation can be rewritten by dictionary literal: Obsidian/Python/数据结构/字典{dictionary}.py#L14
This dictionary creation could be rewritten as a dictionary literal
Dictionary creation can be rewritten by dictionary literal: Obsidian/Python/数据结构/字典{dictionary}.py#L86
This dictionary creation could be rewritten as a dictionary literal
Non-optimal list declaration: Obsidian/Python/数据结构/列表[list].py#L18
Multi-step list initialization can be replaced with a list literal
PEP 8 naming convention violation: Obsidian/Python/test/snake.py#L60
Variable in function should be lowercase
PEP 8 naming convention violation: Obsidian/Python/test/snake.py#L61
Variable in function should be lowercase
Redundant parentheses: Notes/list.py#L131
Remove redundant parentheses
Shadowing names from outer scopes: Obsidian/Python/test/reversewords.py#L1
Shadows name 'inputs' from outer scope
Unused local symbols: Obsidian/Python/test/snake.py#L18
Local variable 'x' value is not used