blob: 159f20c26dee7c0f5e24b2feab89f253fe96368c [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
Geoffrey Martin-Nobleb22c9312022-07-28 08:47:29 -070019 comments:
20 # Formatters may do this (e.g. Prettier does) and it seems like the most
21 # trivial thing to get a failing check for.
22 min-spaces-from-content: 1
Scott Todd4d746692023-11-16 09:06:18 -080023 # This is not a useful check, especially when disabling entire blocks.
24 comments-indentation: disable
Geoffrey Martin-Noble19cf06a2020-06-25 16:27:25 -070025
Geoffrey Martin-Nobleb22c9312022-07-28 08:47:29 -070026ignore: /third_party/*