flake8: Add flake8-copyright plugin.
Adds copyright checks to flake8 https://pypi.python.org/pypi/flake8-copyright/
This commit is contained in:
parent
3a7ced5843
commit
8bdb1b6b14
@ -1,5 +1,7 @@
|
|||||||
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
|
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
|
# Copyright 2014-2016 Florian Bruhin (The-Compiler) <mail@qutebrowser.org>
|
||||||
|
#
|
||||||
# This file is part of qutebrowser.
|
# This file is part of qutebrowser.
|
||||||
#
|
#
|
||||||
# qutebrowser is free software: you can redistribute it and/or modify
|
# qutebrowser is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
|
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
|
# Copyright 2014-2016 Florian Bruhin (The-Compiler) <mail@qutebrowser.org>
|
||||||
|
#
|
||||||
# This file is part of qutebrowser.
|
# This file is part of qutebrowser.
|
||||||
#
|
#
|
||||||
# qutebrowser is free software: you can redistribute it and/or modify
|
# qutebrowser is free software: you can redistribute it and/or modify
|
||||||
|
@ -31,3 +31,6 @@ putty-ignore =
|
|||||||
/# flake8: disable=N803/ : +N803
|
/# flake8: disable=N803/ : +N803
|
||||||
/# flake8: disable=T002/ : +T002
|
/# flake8: disable=T002/ : +T002
|
||||||
/# flake8: disable=F841/ : +F841
|
/# flake8: disable=F841/ : +F841
|
||||||
|
copyright-check = True
|
||||||
|
copyright-regexp = # Copyright [\d-]+ .*
|
||||||
|
copyright-min-file-size = 110
|
||||||
|
Loading…
Reference in New Issue
Block a user