From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- taskcluster/.yamllint | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 taskcluster/.yamllint (limited to 'taskcluster/.yamllint') diff --git a/taskcluster/.yamllint b/taskcluster/.yamllint new file mode 100644 index 0000000000..8b464b1e2d --- /dev/null +++ b/taskcluster/.yamllint @@ -0,0 +1,16 @@ +--- +ignore: | + *node_modules* + **/test/params/ + +extends: default + +rules: + document-end: + present: false + document-start: + present: true + indentation: + spaces: 4 + # Checks currently failing + line-length: disable -- cgit v1.2.3