|
21 | 21 | uses: pulp-platform/pulp-actions/lint-license@v2.4.1 |
22 | 22 | with: |
23 | 23 | license: | |
24 | | - Copyright (\d{4}(-\d{4})?\s)?(ETH Zurich and University of Bologna|lowRISC contributors). |
| 24 | + Copyright (\d{4}(-\d{4})?\s)?(ETH Zurich and University of Bologna|Fondazione Chips-IT|lowRISC contributors). |
25 | 25 | (Solderpad Hardware License, Version 0.51|Licensed under the Apache License, Version 2.0), see LICENSE for details. |
26 | 26 | SPDX-License-Identifier: (SHL-0.51|Apache-2.0) |
27 | 27 | # Exclude generated headers (no license checker support for optional lines) |
@@ -57,35 +57,25 @@ jobs: |
57 | 57 | with: |
58 | 58 | extensions: 'c,h,cpp' |
59 | 59 | clangFormatVersion: 14 |
60 | | - style: > |
61 | | - { |
62 | | - IndentWidth: 4, |
63 | | - ColumnLimit: 100, |
64 | | - AlignEscapedNewlines: DontAlign, |
65 | | - SortIncludes: false, |
66 | | - AllowShortFunctionsOnASingleLine: None, |
67 | | - AllowShortIfStatementsOnASingleLine: true, |
68 | | - AllowShortLoopsOnASingleLine: true |
69 | | - } |
70 | 60 | exclude: | |
71 | 61 | ./sw/include/regs/*.h |
72 | 62 | ./target/sim/src/elfloader.cpp |
73 | 63 |
|
74 | | - lint-tcl: |
75 | | - runs-on: ubuntu-latest |
76 | | - steps: |
77 | | - - |
78 | | - name: Checkout |
79 | | - uses: actions/checkout@v3 |
80 | | - - |
81 | | - name: Install Python |
82 | | - uses: actions/setup-python@v5 |
83 | | - with: |
84 | | - python-version: 3.9 |
85 | | - cache: pip |
86 | | - - |
87 | | - name: Install Python requirements |
88 | | - run: pip install -r requirements.txt |
89 | | - - |
90 | | - name: Run Tcllint |
91 | | - run: tclint . --style-spaces-in-braces --style-line-length 100 |
| 64 | + # lint-tcl: |
| 65 | + # runs-on: ubuntu-latest |
| 66 | + # steps: |
| 67 | + # - |
| 68 | + # name: Checkout |
| 69 | + # uses: actions/checkout@v3 |
| 70 | + # - |
| 71 | + # name: Install Python |
| 72 | + # uses: actions/setup-python@v5 |
| 73 | + # with: |
| 74 | + # python-version: 3.9 |
| 75 | + # cache: pip |
| 76 | + # - |
| 77 | + # name: Install Python requirements |
| 78 | + # run: pip install -r requirements.txt |
| 79 | + # - |
| 80 | + # name: Run Tcllint |
| 81 | + # run: tclint . --style-spaces-in-braces --style-line-length 100 |
0 commit comments