From 66a4e6ef063569e96c7af8e7ce2755a52ba50b20 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 20 May 2022 13:01:51 +0100 Subject: [PATCH] Newsfile --- changelog.d/12811.misc | 1 + scripts-dev/lint_sample_config.py | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 changelog.d/12811.misc create mode 100644 scripts-dev/lint_sample_config.py diff --git a/changelog.d/12811.misc b/changelog.d/12811.misc new file mode 100644 index 000000000000..d57e1aca6bf0 --- /dev/null +++ b/changelog.d/12811.misc @@ -0,0 +1 @@ +Reduce the amount of state we pull from the DB. diff --git a/scripts-dev/lint_sample_config.py b/scripts-dev/lint_sample_config.py new file mode 100644 index 000000000000..67810f066013 --- /dev/null +++ b/scripts-dev/lint_sample_config.py @@ -0,0 +1,19 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# Copyright 2022 The Matrix.org Foundation C.I.C. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + +def parse(): + pass