.luacov
author Kim Alvefur <zash@zash.se>
Sat, 25 Dec 2021 16:23:40 +0100
changeset 12334 38b5b05407be
parent 9472 cd2f742e5826
permissions -rw-r--r--
various: Require encryption by default for real These options have been specified (and enabled) in the default config file for a long time. However if unspecified in the config, they were not enabled. Now they are. This may result in a change of behaviour for people using very old config files that lack the require_encryption options. But that's what we want.

exclude = {
	"^%./spec/";
}