mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
19 lines
275 B
TOML
19 lines
275 B
TOML
# SPDX-FileCopyrightText: 2026 Sébastien Helleu <flashcode@flashtux.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
[check]
|
|
select = [
|
|
"checks",
|
|
]
|
|
ignore = [
|
|
"brackets",
|
|
"double-quotes",
|
|
"unchanged",
|
|
]
|
|
path_words = "."
|
|
langs = [
|
|
"en_US",
|
|
"fr",
|
|
]
|