aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-08-02 09:53:36 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-08-02 09:53:36 +0200
commit3baf089b119ceb54ac5618bcb64bd0b2dfc80455 (patch)
tree8c94088a82e9cd51a7a7573f8399872eb5a70735 /test
parent0cc6f0cc54c70331aefa4fc32628c1722f5a38fd (diff)
downloaddotfiles-3baf089b119ceb54ac5618bcb64bd0b2dfc80455.tar.gz
dotfiles-3baf089b119ceb54ac5618bcb64bd0b2dfc80455.tar.bz2
dotfiles-3baf089b119ceb54ac5618bcb64bd0b2dfc80455.zip
Switching back to st (accented characters are not printed but still understood by other applications so it's fine)
Diffstat (limited to 'test')
-rwxr-xr-xtest5
1 files changed, 4 insertions, 1 deletions
diff --git a/test b/test
index 0cc44f8..3d3f6e1 100755
--- a/test
+++ b/test
@@ -19,10 +19,13 @@ vint -s config/vim/pluggins.vim || ret=$?
# FLAKE8
flake8 --ignore F821,E501,W504,N816,E241 config/qutebrowser/config.py || ret=$?
-flake8 --ignore W504 config/python/startup.py || ret=$?
+flake8 --ignore W504,CCR001 config/python/startup.py || ret=$?
# CRONTAB
crontab -T crontab/root.crontab || ret=$?
crontab -T crontab/user.crontab || ret=$?
+# XMONAD
+xmonad --recompile || ret=$?
+
exit $ret