Skip to content

Added test case for example extension #108

Added test case for example extension

Added test case for example extension #108

Triggered via push May 23, 2024 12:25
Status Success
Total duration 31s
Artifacts

style.yml

on: push
Run linters
20s
Run linters
Check for License headers
7s
Check for License headers
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
docs/conf.py#L17
Line too long (138 > 120 characters) (E501)
seal5/backends/riscv_features/writer.py#L27
Line too long (133 > 120 characters) (E501)
seal5/backends/riscv_features/writer.py#L29
Line too long (150 > 120 characters) (E501)
/home/runner/work/seal5/seal5/docs/conf.py#L4
# https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'Seal5' -copyright = '2024, TUM Department of Electrical and Computer Engineering - Chair of Electronic Design Automation' -author = 'TUM Department of Electrical and Computer Engineering - Chair of Electronic Design Automation' -release = 'v0.1.0' +project = "Seal5" +copyright = "2024, TUM Department of Electrical and Computer Engineering - Chair of Electronic Design Automation" +author = "TUM Department of Electrical and Computer Engineering - Chair of Electronic Design Automation" +release = "v0.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = ["sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinx.ext.viewcode", "myst_parser", "numpydoc", "sphinxemoji.sphinxemoji"] +extensions = [ + "sphinx.ext.autodoc", + "sphinx.ext.autosummary", + "sphinx.ext.viewcode", + "myst_parser", + "numpydoc", + "sphinxemoji.sphinxemoji", +] numpydoc_show_class_members = False autosummary_generate = True # Turn on sphinx.ext.autosummary -templates_path = ['_templates'] -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +templates_path = ["_templates"] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] -root_doc = 'index' +root_doc = "index" # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output # html_theme = 'alabaster' -html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] +html_theme = "sphinx_rtd_theme" +html_static_path = ["_static"]
/home/runner/work/seal5/seal5/docs/conf.py#L4
# https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'Seal5' -copyright = '2024, TUM Department of Electrical and Computer Engineering - Chair of Electronic Design Automation' -author = 'TUM Department of Electrical and Computer Engineering - Chair of Electronic Design Automation' -release = 'v0.1.0' +project = "Seal5" +copyright = "2024, TUM Department of Electrical and Computer Engineering - Chair of Electronic Design Automation" +author = "TUM Department of Electrical and Computer Engineering - Chair of Electronic Design Automation" +release = "v0.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = ["sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinx.ext.viewcode", "myst_parser", "numpydoc", "sphinxemoji.sphinxemoji"] +extensions = [ + "sphinx.ext.autodoc", + "sphinx.ext.autosummary", + "sphinx.ext.viewcode", + "myst_parser", + "numpydoc", + "sphinxemoji.sphinxemoji", +] numpydoc_show_class_members = False autosummary_generate = True # Turn on sphinx.ext.autosummary -templates_path = ['_templates'] -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +templates_path = ["_templates"] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] -root_doc = 'index' +root_doc = "index" # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output # html_theme = 'alabaster' -html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] +html_theme = "sphinx_rtd_theme" +html_static_path = ["_static"]
docs/conf.py#L17
Line too long (138 > 120 characters) (E501)
seal5/backends/riscv_features/writer.py#L27
Line too long (133 > 120 characters) (E501)
seal5/backends/riscv_features/writer.py#L29
Line too long (150 > 120 characters) (E501)
Check for License headers
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, wearerequired/lint-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: wearerequired/lint-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/