Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
grouprise
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
91
Issues
91
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
grouprise
grouprise
Commits
4de7cca4
Commit
4de7cca4
authored
Mar 21, 2019
by
Robert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exclude docs from linting
parent
70d04270
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.flake8
.flake8
+1
-1
make.d/test.mk
make.d/test.mk
+1
-1
No files found.
.flake8
View file @
4de7cca4
[flake8]
max-line-length = 99
exclude = */migrations, node_modules, stadt/settings/local.py, build,
.pybuild, debian/stadtgestalten, debian/tmp, debian/root,
.pybuild, debian/stadtgestalten, debian/tmp, debian/root,
docs,
gitlab-ci-build-venv
ignore = E121,E123,E126,E226,E24,E704,W503,N802
make.d/test.mk
View file @
4de7cca4
LINT_PKG_IGNORE_GLOBAL
=
-path
"./debian/*"
-o
-path
"./build/*"
-o
-path
"./.pybuild/*"
-o
-path
"./scripts/*"
\
-o
-path
"./.venv/*"
-o
-path
"./gitlab-ci-build-venv/*"
-o
-path
"./.venv/*"
-o
-path
"./gitlab-ci-build-venv/*"
-o
-path
"./docs/*"
LINT_PKG_PEP420
=
$(
shell
find
.
-mindepth
2
-type
f
-name
"*.py"
-not
\(
$(LINT_PKG_IGNORE_GLOBAL)
\)
-print0
|
\
xargs
-0
-n1
dirname
|
sort
|
uniq
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment