feature: inline diff select commit/branch to diff #1050
lint.yml
on: pull_request
check-messages
4s
lint
8s
Matrix: mypy
Annotations
13 errors
lint:
core/commands/commit.py#L632
whitespace after '{'
|
lint:
core/commands/commit.py#L632
line too long (128 > 120 characters)
|
lint:
core/commands/commit.py#L632
whitespace before '}'
|
lint:
core/commands/commit.py#L633
whitespace after '{'
|
lint:
core/commands/commit.py#L633
whitespace before '}'
|
lint:
core/commands/commit.py#L634
line too long (127 > 120 characters)
|
lint:
core/commands/inline_diff.py#L1220
expected 2 blank lines, found 1
|
lint:
core/commands/inline_diff.py#L1262
local variable 'settings' is assigned to but never used
|
lint:
core/commands/inline_diff.py#L1285
at least two spaces before inline comment
|
lint
Process completed with exit code 1.
|
mypy (darwin)
Process completed with exit code 1.
|
mypy (win32)
Process completed with exit code 1.
|
mypy (linux)
Process completed with exit code 1.
|