Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website-symfony
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Jonas Leder
website-symfony
Commits
46c48c4e
Commit
46c48c4e
authored
4 months ago
by
Jonas Leder
Browse files
Options
Downloads
Patches
Plain Diff
increase phpcs line length limit to 150
parent
175c9b54
Branches
renovate/major-phpstan-packages
No related tags found
1 merge request
!902
Update PHPStan packages to v2 (major) - abandoned
Pipeline
#51028
passed
4 months ago
Stage: test
Stage: build
Stage: bundle
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
phpcs.xml.dist
+6
-0
6 additions, 0 deletions
phpcs.xml.dist
with
6 additions
and
0 deletions
phpcs.xml.dist
+
6
−
0
View file @
46c48c4e
...
@@ -9,6 +9,12 @@
...
@@ -9,6 +9,12 @@
<arg
name=
"extensions"
value=
"php"
/>
<arg
name=
"extensions"
value=
"php"
/>
<rule
ref=
"PSR12"
/>
<rule
ref=
"PSR12"
/>
<rule
ref=
"Generic.Files.LineLength"
>
<properties>
<property
name=
"lineLimit"
value=
"150"
/>
<property
name=
"absoluteLineLimit"
value=
"0"
/>
</properties>
</rule>
<file>
bin/
</file>
<file>
bin/
</file>
<file>
config/
</file>
<file>
config/
</file>
...
...
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