Commit Graph

72 Commits (b600f62ab68e0a11a9bb69dcf45648632d3f52ee)

Author SHA1 Message Date
sharkdp 8381945cb5 Update formatting 4 years ago
David Peter 2046b47739 Move "diagnostics" part to the bottom of the bug report template 4 years ago
Janek 0c302f088a Update bug_report.md 4 years ago
Janek a41db63907 Update bug_report.md 4 years ago
Janek 3573c48e98 bug_report.md: improve wording 4 years ago
Janek e94980bfd0 bug_report.md: move environment prompt back up 4 years ago
Janek 5422982207 Update bug_report.md 4 years ago
Martin Nordholts c0d945c0ac Allow clippy::style lints
Turns out GitHub is clever enough to pick up clippy warnings from us
just running it, and showing them in PRs under a "Unchanged files with
check annotations (beta)" header.

The only warnings currently shown are style warnings, and we agreed we
don't want to risk putting off contributors over style issues. So
explicitly allow (don't warn in the logs for) this category of clippy
lints.

This means that the only clippy categories left that prints warnings
(Warn) are:

    clippy::complexity
    clippy::perf

And the only category of lints that fails the CI build (Deny) remains to
be:

    clippy::correctness

See https://rust-lang.github.io/rust-clippy/master/index.html for a
catalog of all lints.
4 years ago
Martin Nordholts 2765c6ba3b clippy: Only enforce 'correctness' lints, just print the rest
Only the 'correctness' category of lints are 'deny' by default. This is
the only clippy lints we want to enforce for now. The other ones we just
want to print in the logs. So remove any --deny and --allow arguments.
See discussion in #1410.
4 years ago
Martin Nordholts 28f3f3c9c9 Add Clippy linter step to CICD
Run the linter on the minimum supported rust version; otherwise we will
get lint warnings for things that require a too high Rust toolchain
version to fix.

Allow the following checks, since we already violate them our code:
- clippy::new-without-default
- clippy::match-bool
- clippy::if_same_then_else

Eventually we should fix these lint issues and then disallow them to
prevent them from coming back in other places.

The clippy args used is recommended here:
https://github.com/rust-lang/rust-clippy#travis-ci
4 years ago
chris48s c1e4746d50 change docs dir name to match package name
i.e: docs for bat-musl go in /usr/share/doc/bat-musl
not /usr/share/doc/bat
4 years ago
chris48s 8331eec7fc include changelog in package
in line with debian changelog/release notes guidance
https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes
resolves changelog-file-missing-in-native-package
https://lintian.debian.org/tags/changelog-file-missing-in-native-package.html
4 years ago
chris48s 0547068ed0 include years in copyright notice
This brings the copyright notice into line with the expected format
resolves copyright-without-copyright-notice
https://lintian.debian.org/tags/copyright-without-copyright-notice.html
4 years ago
chris48s 18d8389785 ensure copyright is mode 644
resolves non-standard-file-perm
https://lintian.debian.org/tags/non-standard-file-perm.html
4 years ago
chris48s 165d25d941 remove leading article from description
resolves description-synopsis-starts-with-article
https://lintian.debian.org/tags/description-synopsis-starts-with-article.html
4 years ago
chris48s c4fb77b042 invoke gzip with -n
resolves package-contains-timestamped-gzip
https://lintian.debian.org/tags/package-contains-timestamped-gzip.html
4 years ago
chris48s d124ebeced only try to publish one set of archives/packages for linux x64 4 years ago
David Peter 277cc5fa21 Revert "invoke gzip with -n"
This reverts commit 21de52ebea.
4 years ago
David Peter 0cbd7d583c Revert "remove leading article from description"
This reverts commit 7c730d11c3.
4 years ago
David Peter 3c3fc92863 Revert "ensure copyright is mode 644"
This reverts commit 4a6b4fb632.
4 years ago
David Peter e69d650598 Revert "include years in copyright notice"
This reverts commit 9f91a7d797.
4 years ago
David Peter 9385c81882 Revert "include changelog in package"
This reverts commit 1d4cee11b7.
4 years ago
David Peter 1b84f9f1ae Revert "add Depends line"
This reverts commit 883cc964ae.
4 years ago
David Peter d879fbd8a1 Revert "change docs dir name to match package name"
This reverts commit e4370d8d3f.
4 years ago
Janek 2b82203041 Update bug_report.md 4 years ago
sharkdp 9dd807344c Ignore 'all_themes_are_present' unit test by default 4 years ago
谭九鼎 e31e35c46b CI: use checkout v2 4 years ago
Kienyew 2d1a92b7cc Fix zsh completion path 4 years ago
Kienyew d9e8bbcb10 Handle zsh completion when packaging 4 years ago
chris48s e4370d8d3f change docs dir name to match package name
i.e: docs for bat-musl go in /usr/share/doc/bat-musl
not /usr/share/doc/bat
4 years ago
chris48s 883cc964ae add Depends line
Use dpkg-shlibdeps to work out shared library dependencies
and include them in a "Depends:" line

resolves missing-depends-line
https://lintian.debian.org/tags/missing-depends-line.html
4 years ago
chris48s 1d4cee11b7 include changelog in package
in line with debian changelog/release notes guidance
https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes
resolves changelog-file-missing-in-native-package
https://lintian.debian.org/tags/changelog-file-missing-in-native-package.html
4 years ago
chris48s 9f91a7d797 include years in copyright notice
This brings the copyright notice into line with the expected format
resolves copyright-without-copyright-notice
https://lintian.debian.org/tags/copyright-without-copyright-notice.html
4 years ago
chris48s 4a6b4fb632 ensure copyright is mode 644
resolves non-standard-file-perm
https://lintian.debian.org/tags/non-standard-file-perm.html
4 years ago
chris48s 7c730d11c3 remove leading article from description
resolves description-synopsis-starts-with-article
https://lintian.debian.org/tags/description-synopsis-starts-with-article.html
4 years ago
chris48s 21de52ebea invoke gzip with -n
resolves package-contains-timestamped-gzip
https://lintian.debian.org/tags/package-contains-timestamped-gzip.html
4 years ago
sharkdp 9110b00e2e Rebuild bat with new assets 4 years ago
sharkdp 49370e2175 Add CI job 4 years ago
sharkdp 9e0fab16ff Fix here-doc indentation, part 2 4 years ago
sharkdp a9af4f4ca1 Fix spelling of LICENSE 4 years ago
sharkdp 96d682ca49 Use ansi-dark theme in GA output 4 years ago
sharkdp 7056bea9e0 Add list of languages/themes 4 years ago
sharkdp 63e13d8e54 Colored output 4 years ago
sharkdp 81587b3578 Add checks for all feature combinations 4 years ago
sharkdp 663c7cf1d7 Add bat test run 4 years ago
sharkdp 8705d018fd Fix here-doc indentation 4 years ago
sharkdp 8c33a32256 Add old copyright, control files; add man page and autocompletions 4 years ago
sharkdp 37a720be06 Use recursive checkout 4 years ago
sharkdp aacbdcfc44 Add --path argument 4 years ago
sharkdp 794f3d08f4 Remove --release argument 4 years ago