bootstrapit update

This commit is contained in:
Manuel Barkhau 2018-11-11 17:50:01 +01:00
parent b924f2a24a
commit e1f92c4962
2 changed files with 5 additions and 2 deletions

View file

@ -5,7 +5,6 @@
# https://stackoverflow.com/questions/448910 # https://stackoverflow.com/questions/448910
# https://shiroyasha.svbtle.com/escape-sequences-a-quick-guide-1 # https://shiroyasha.svbtle.com/escape-sequences-a-quick-guide-1
MAKEFLAGS += --warn-undefined-variables
SHELL := /bin/bash SHELL := /bin/bash
.SHELLFLAGS := -O extglob -eo pipefail -c .SHELLFLAGS := -O extglob -eo pipefail -c
.DEFAULT_GOAL := help .DEFAULT_GOAL := help

View file

@ -21,10 +21,12 @@ ignore =
E201 E201
# No whitespace before paren ")" # No whitespace before paren ")"
E202 E202
# No whitespace before ":" # Whitespace before ":"
E203 E203
# Multiple spaces before operator # Multiple spaces before operator
E221 E221
# Multiple spaces after operand
E222
# Multiple spaces before keyword # Multiple spaces before keyword
E272 E272
# Spaces around keyword/parameter equals # Spaces around keyword/parameter equals
@ -41,6 +43,8 @@ ignore =
# D101 # D101
# Missing docstring on __init__ # Missing docstring on __init__
D107 D107
# First line should be in imperative mood
D401
select = A,AAA,D,C,E,F,W,H,B,D212,D404,D405,D406,B901,B950 select = A,AAA,D,C,E,F,W,H,B,D212,D404,D405,D406,B901,B950
exclude = exclude =
.git .git