daml/templates/default-dlint.yaml
Gary Verhaegen e58c7ba3b4
fix template dot-files (#10342)
The `cp $SRC/$d/*` does not copy dot files.

CHANGELOG_BEGIN
CHANGELOG_END
2021-07-21 11:20:33 +02:00

9 lines
319 B
YAML

# This file controls the behaviour of the dlint linting tool. Below are two
# examples of how to enable or disable a rule.
# This rule is enabled by default. Uncomment to disable.
#- ignore: {name: Use fewer imports}
# This rule is disabled by default. Uncomment to enable.
#- suggest: {name: Use module export list}