1---
2# SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
3# SPDX-FileCopyrightText: 2018 Philip Chimento <philip.chimento@gmail.com>
4rules:
5  no-throw-literal: 'off'  # these are intended to be bad code
6  no-unused-vars:
7    - error
8    - varsIgnorePattern: ^_init$
9