mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 12:31:14 +00:00
Fix linting
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
ifneq (,)
|
||||
.error This Makefile requires GNU Make.
|
||||
endif
|
||||
|
||||
default: help
|
||||
|
||||
# Ensure additional Makefiles are present
|
||||
MAKEFILES = Makefile.python
|
||||
$(MAKEFILES): URL=https://raw.githubusercontent.com/devilbox/makefiles/master/$(@)
|
||||
$(MAKEFILES):
|
||||
@if ! (curl --fail -sS -o $(@) $(URL) || wget -O $(@) $(URL)); then \
|
||||
echo "Error, curl or wget required."; \
|
||||
echo "Exiting."; \
|
||||
false; \
|
||||
fi
|
||||
include $(MAKEFILES)
|
||||
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# Default configuration
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
MYPY_ARGS = --strict --disable-error-code no-any-return
|
||||
|
||||
PYLINT_DIR = *.py
|
||||
PYLINT_PIP_PKGS = yamllint
|
||||
PYLINT_ARGS = --disable=invalid-name
|
||||
|
||||
PYCODE_ARGS = --max-line-length=100
|
||||
|
||||
BLACK_LINT_ARGS = -l 100 --check --diff
|
||||
BLACK_FIX_ARGS = -l 100
|
||||
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# Default Target
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
help:
|
||||
@echo "make lint # Lint Python sources"
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
already_avail: "{{ php_all_versions }}"
|
||||
@@ -1,24 +0,0 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: curl
|
||||
|
||||
# Exclude module build/installation for the following PHP versions
|
||||
exclude: []
|
||||
|
||||
# In order for this module to built correctly against all dependencies,
|
||||
# the following modules must have been built first.
|
||||
depends_build: []
|
||||
|
||||
# In order for this module to function correctly,
|
||||
# the following modules must be loaded before.
|
||||
depends_load: []
|
||||
|
||||
# If the following PHP modules are loaded, this module will not behave as expected.
|
||||
conflicts_load: []
|
||||
|
||||
# Enable this module by default via php.ini for PHP cli command?
|
||||
enabled_php_cli: true
|
||||
|
||||
# Enable this module by default via php.ini for PHP-FPM?
|
||||
enabled_php_fpm: true
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
|
||||
# Available Jinja2 variables:
|
||||
# ---------------------------
|
||||
# * {{ php_all_versions }}: Array of all PHP versions
|
||||
|
||||
|
||||
already_avail: "{{ php_all_versions }}"
|
||||
@@ -1,24 +0,0 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: curl
|
||||
|
||||
# Exclude module build/installation for the following PHP versions
|
||||
exclude: []
|
||||
|
||||
# In order for this module to built correctly against all dependencies,
|
||||
# the following modules must have been built first.
|
||||
depends_build: []
|
||||
|
||||
# In order for this module to function correctly,
|
||||
# the following modules must be loaded before.
|
||||
depends_load: []
|
||||
|
||||
# If the following PHP modules are loaded, this module will not behave as expected.
|
||||
conflicts_load: []
|
||||
|
||||
# Enable this module by default via php.ini for PHP cli command?
|
||||
enabled_php_cli: true
|
||||
|
||||
# Enable this module by default via php.ini for PHP-FPM?
|
||||
enabled_php_fpm: true
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
---
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user