Sam Elliott | d694398 | 2020-06-02 19:06:58 +0100 | [diff] [blame] | 1 | // Copyright lowRISC contributors. |
| 2 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | // SPDX-License-Identifier: Apache-2.0 |
| 4 | { |
| 5 | name: "lowrisc_misc-linters", |
| 6 | target_dir: "lowrisc_misc-linters", |
| 7 | |
| 8 | upstream: { |
| 9 | url: "https://github.com/lowRISC/misc-linters.git", |
| 10 | rev: "master", |
| 11 | }, |
| 12 | |
| 13 | exclude_from_upstream: [ |
| 14 | // We shouldn't reformat upstream code |
| 15 | '.style.yapf', |
| 16 | // Avoid licence checker configuration confusion |
| 17 | 'licence-checker.hjson', |
Sam Elliott | 58b26c0 | 2020-09-03 11:31:31 +0100 | [diff] [blame] | 18 | // Github CI Configuration |
| 19 | '.github', |
Sam Elliott | d694398 | 2020-06-02 19:06:58 +0100 | [diff] [blame] | 20 | ] |
| 21 | } |