Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webarch
php
Commits
0008d693
Verified
Commit
0008d693
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
j2lint updates
parent
e8151454
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#31207
passed
1 year ago
Stage: bookworm
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
templates/php.j2
+1
-0
1 addition, 0 deletions
templates/php.j2
templates/php.pref.j2
+1
-0
1 addition, 0 deletions
templates/php.pref.j2
with
3 additions
and
1 deletion
.pre-commit-config.yaml
+
1
−
1
View file @
0008d693
...
...
@@ -36,7 +36,7 @@ repos:
-
id
:
j2lint
name
:
Jinja2-Linter
args
:
-
templates
/*.j2
-
templates
# https://github.com/jackdewinter/pymarkdown/releases
-
repo
:
https://github.com/jackdewinter/pymarkdown.git
rev
:
v0.9.15
...
...
This diff is collapsed.
Click to expand it.
templates/php.j2
+
1
−
0
View file @
0008d693
; {{ ansible_managed }}
; {# j2lint: disable=jinja-statements-indentation #}
{% for php_section in php_conf_file_proposed_vars | dict2items %}
[{{ php_section.key }}]
...
...
This diff is collapsed.
Click to expand it.
templates/php.pref.j2
+
1
−
0
View file @
0008d693
# {{ ansible_managed }}
# {# j2lint: disable=jinja-statements-indentation #}
{% if ansible_distribution_release == "bullseye" %}
{% for pkg in php_debian_bullseye_pkg %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment