mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* debian/rules:
- ignore new pep8 rules around hard tabs and whitespaces, related to bug 1843729
This commit is contained in:
parent
b2e3ff4463
commit
5281a8261a
2 changed files with 7 additions and 2 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -10,7 +10,12 @@ byobu (5.130) unreleased; urgency=medium
|
|||
- Force UTF-8 when attaching in `select-session.py`
|
||||
- https://github.com/dustinkirkland/byobu/pull/35
|
||||
|
||||
-- Dustin Kirkland <kirkland@x250> Fri, 29 Nov 2019 15:18:53 -0600
|
||||
[ Dustin Kirkland ]
|
||||
* debian/rules:
|
||||
- ignore new pep8 rules around hard tabs and whitespaces, related
|
||||
to bug 1843729
|
||||
|
||||
-- Dustin Kirkland <kirkland@x250> Fri, 29 Nov 2019 15:25:25 -0600
|
||||
|
||||
byobu (5.129-0ubuntu1) eoan; urgency=medium
|
||||
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -4,7 +4,7 @@
|
|||
|
||||
override_dh_auto_build:
|
||||
# Check python syntax
|
||||
pep8 --verbose --repeat --ignore W191,E501 usr/lib/byobu/include/config.py usr/lib/byobu/include/select-session.py
|
||||
pep8 --verbose --repeat --ignore W191,E501,E117 usr/lib/byobu/include/config.py usr/lib/byobu/include/select-session.py
|
||||
# Check shell syntax
|
||||
sh -n `find . -type f -exec grep -l "^\#\!/bin/sh" '{}' \;`
|
||||
# Check for bashisms in shell scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue