frag-review/docs/haskell_config.yml
Matej Focko a869a3ebf8
feat(config): add prefix and default suffix
Extend the configuration with ‹prefix› and ‹language.default_suffix›.

• ‹prefix› -- specifies the content of the first comment in the review
• ‹language.default_suffix› -- specifies the extension of the sources
  where the prefix is being added

Signed-off-by: Matej Focko <mfocko@redhat.com>
2022-10-15 15:39:21 +02:00

11 lines
No EOL
212 B
YAML

gitea:
instance_url: "http://localhost:8080"
owner: "mfocko"
repository: "testing-repo"
language:
on_separate_line: false
opening: "-- # "
continuation: "-- # "
closing: "\n"
default_suffix: "hs"