You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/markup/markdown
silverwind 74f0c84fa4
Enable more `revive` linter rules (#30608)
Noteable additions:

- `redefines-builtin-id` forbid variable names that shadow go builtins
- `empty-lines` remove unnecessary empty lines that `gofumpt` does not
remove for some reason
- `superfluous-else` eliminate more superfluous `else` branches

Rules are also sorted alphabetically and I cleaned up various parts of
`.golangci.yml`.
9 months ago
..
math Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerical characters (#30175) 10 months ago
ast.go Refactor markdown attention render (#29833) 11 months ago
convertyaml.go
goldmark.go Refactor markdown render (#30139) 10 months ago
markdown.go Refactor markdown attention render (#29984) 11 months ago
markdown_test.go Enable more `revive` linter rules (#30608) 9 months ago
meta.go Replace `interface{}` with `any` (#25686) 2 years ago
meta_test.go
prefixed_id.go Refactor markdown render (#30139) 10 months ago
renderconfig.go
renderconfig_test.go
toc.go Refactor locale&string&template related code (#29165) 12 months ago
transform_blockquote.go Refactor markdown render (#30139) 10 months ago
transform_codespan.go Fix markdown color code detection (#30208) 10 months ago
transform_heading.go Refactor markdown render (#30139) 10 months ago
transform_image.go Refactor markdown render (#30139) 10 months ago
transform_link.go Use raw Wiki links for non-renderable Wiki files (#30273) 10 months ago
transform_list.go Refactor markdown render (#30139) 10 months ago