blob: 5685936237bc318b5e0eb381bf28d3ef7d0b88d8 [file] [log] [blame]
Geoffrey Martin-Noble552d3f82021-05-25 17:56:09 -07001# Copyright 2020 The IREE Authors
Geoffrey Martin-Noble3f2bbf62020-06-26 10:05:07 -07002#
Geoffrey Martin-Noble552d3f82021-05-25 17:56:09 -07003# Licensed under the Apache License v2.0 with LLVM Exceptions.
4# See https://llvm.org/LICENSE.txt for license information.
5# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Geoffrey Martin-Noble3f2bbf62020-06-26 10:05:07 -07006
Geoffrey Martin-Noble19cf06a2020-06-25 16:27:25 -07007extends: default
8
9rules:
10 # These do not appear to be conventional in GitHub actions.
11 document-end:
12 present: false
13 document-start:
14 present: false
15 # GitHub actions use "on" for triggers.
16 truthy: disable
17 # We have lots of long strings and command lines.
18 line-length: disable
19
20ignore:
21 /third_party/*