Matej Focko
a869a3ebf8
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>
11 lines
No EOL
212 B
YAML
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" |