blob: 0cd0b7647018c342096c8d085ade597573ffdb94 [file] [log] [blame]
Sam Elliottd6943982020-06-02 19:06:58 +01001// 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',
18 ]
19}