Split long lines exceeding 512 characters in docs and i18n#4500
Split long lines exceeding 512 characters in docs and i18n#4500jmkim wants to merge 1 commit intojesseduffield:masterfrom
Conversation
Fix Lintian (Debian package checker) tag: very-long-line-length-in-source-file https://udd.debian.org/lintian-tag/very-long-line-length-in-source-file Signed-off-by: Jongmin Kim <jmkim@debian.org>
|
It seems that the sponsors section is regularly updated by GitHub Actions[bot]. If we decide to apply this PR, we should update it accordingly (e.g. by adding a newline character between |
|
What is the worst case scenario if we just ignore the debian linter error? |
|
Thank you for addressing this issue. Although this is not a direct bug in lazygit itself (which is why I mentioned it is related to Debian packaging), Some tools (e.g. Lintian assumes that Debian build systems can safely handle lines up to 512 characters. |
PR Description
This PR is related to the Debian packaging.
It fixes the Lintian tag
very-long-line-length-in-source-file, by splitting lines that exceed 512 characters. We can view current Lintian complaints here.Lintian is the Debian package checker used to verify binary and source packages for Debian Policy compliance and common packaging issues.
Affected files
README.md: Split badge and sponsor sectionsCONTRIBUTING.mddocs/Custom_Command_Keybindings.mddocs/dev/Busy.mddocs/dev/Codebase_Guide.mdpkg/integration/README.mdpkg/i18n/english.go: Split a long string literal using+Requirements fulfilled by this PR
go generate ./...)