Skip to content

Update README.md

Update README.md #18

Triggered via push November 29, 2023 14:31
Status Failure
Total duration 32s
Artifacts

work.yml

on: push
plugin  /  ...  /  Test Linters Globals
18s
plugin / codeLintGlobal / Test Linters Globals
plugin  /  ...  /  Run On PHP 7.3
13s
plugin / php73 / Run On PHP 7.3
plugin  /  ...  /  Run On PHP 7.4
10s
plugin / php74 / Run On PHP 7.4
plugin  /  ...  /  Run On PHP 8.0
10s
plugin / php80 / Run On PHP 8.0
plugin  /  ...  /  Run On PHP 8.2
11s
plugin / php82 / Run On PHP 8.2
plugin  /  ...  /  checkCommits
3s
plugin / checkCommit / checkCommits
plugin  /  ...  /  release
18s
plugin / semantic-release / release
Fit to window
Zoom out
Zoom in

Annotations

51 errors and 1 warning
plugin / checkCommit / checkCommits
Process completed with exit code 1.
resources/demond/demond.py#L17
'string' imported but unused (F401)
resources/demond/demond.py#L21
'datetime' imported but unused (F401)
resources/demond/demond.py#L23
're' imported but unused (F401)
resources/demond/demond.py#L25
'optparse.OptionParser' imported but unused (F401)
resources/demond/demond.py#L26
'os.path.join' imported but unused (F401)
resources/demond/demond.py#L31
Indentation contains tabs (W191)
resources/demond/demond.py#L31
'from jeedom.jeedom import *' used; unable to detect undefined names (F403)
resources/demond/demond.py#L33
Indentation contains tabs (W191)
resources/demond/demond.py#L34
Indentation contains tabs (W191)
resources/demond/demond.py#L36
Expected 2 blank lines, found 1 (E302)
resources/demond/demond.py#L37
Indentation contains tabs (W191)
resources/demond/demond.py#L38
Indentation contains tabs (W191)
resources/demond/demond.py#L39
Indentation contains tabs (W191)
resources/demond/demond.py#L40
Indentation contains tabs (W191)
resources/demond/demond.py#L40
'jeedom_utils' may be undefined, or defined from star imports: jeedom.jeedom (F405)
resources/demond/demond.py#L41
Indentation contains tabs (W191)
resources/demond/demond.py#L42
Indentation contains tabs (W191)
resources/demond/demond.py#L43
Indentation contains tabs (W191)
resources/demond/demond.py#L44
Indentation contains tabs (W191)
resources/demond/demond.py#L45
Indentation contains tabs (W191)
resources/demond/demond.py#L45
Whitespace before '(' (E211)
resources/demond/demond.py#L46
Indentation contains tabs (W191)
resources/demond/demond.py#L47
Indentation contains tabs (W191)
resources/demond/demond.py#L47
Whitespace before ',' (E203)
resources/demond/demond.py#L47
Missing whitespace after ',' (E231)
resources/demond/demond.py#L49
Expected 2 blank lines, found 1 (E302)
resources/demond/demond.py#L50
Indentation contains tabs (W191)
resources/demond/demond.py#L51
Indentation contains tabs (W191)
resources/demond/demond.py#L52
Indentation contains tabs (W191)
resources/demond/demond.py#L53
Indentation contains tabs (W191)
resources/demond/demond.py#L54
Indentation contains tabs (W191)
resources/demond/demond.py#L55
Indentation contains tabs (W191)
resources/demond/demond.py#L56
Indentation contains tabs (W191)
resources/demond/demond.py#L60
Expected 2 blank lines, found 1 (E302)
resources/demond/demond.py#L61
Indentation contains tabs (W191)
resources/demond/demond.py#L62
Indentation contains tabs (W191)
resources/demond/demond.py#L64
Expected 2 blank lines, found 1 (E302)
resources/demond/demond.py#L65
Indentation contains tabs (W191)
resources/demond/demond.py#L66
Indentation contains tabs (W191)
resources/demond/demond.py#L67
Indentation contains tabs (W191)
resources/demond/demond.py#L68
Indentation contains tabs (W191)
resources/demond/demond.py#L69
Indentation contains tabs (W191)
resources/demond/demond.py#L69
Do not use bare 'except' (E722)
resources/demond/demond.py#L70
Indentation contains tabs (W191)
resources/demond/demond.py#L71
Indentation contains tabs (W191)
resources/demond/demond.py#L72
Indentation contains tabs (W191)
resources/demond/demond.py#L73
Indentation contains tabs (W191)
resources/demond/demond.py#L73
Do not use bare 'except' (E722)
resources/demond/demond.py#L74
Indentation contains tabs (W191)
resources/demond/demond.py#L75
Indentation contains tabs (W191)
plugin / codeLintGlobal / Test Linters Globals
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/