frag-review/docs/template.yml

25 lines
916 B
YAML
Raw Normal View History

gitea:
# instance URL with both protocol and port, if necessary
instance_url: "fill in"
# owner of the repository, usually user's login, i.e. namespace of the repository
owner: "fill in"
# repository name
repository: "fill in"
language:
# boolean value that is used to decide if multiline review comments have opening and closing
# symbols on the separate line
on_separate_line: true
# sequence that opens comment
opening: "/** "
# sequence that is used for multiline comments, i.e. prefixing the lines
continuation: " ** "
# sequence that closes off the comment, including newline
closing: "\n **/\n"
# suffix of the file where header of review is added
default_suffix: "c"
# prefix is used to put initial comment into every file
# can be used for final grade that must appear on the first line
prefix: |
comment that appears at the beginning of each solution