Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
4cfe2671
Commit
4cfe2671
authored
5 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Remove CS-exceptions that we can fix for 2.0
parent
837b913e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
phpcs.xml
+1
-36
1 addition, 36 deletions
phpcs.xml
with
1 addition
and
36 deletions
phpcs.xml
+
1
−
36
View file @
4cfe2671
...
...
@@ -10,34 +10,11 @@
<file>
config-templates
</file>
<file>
lib
</file>
<file>
metadata-templates
</file>
<file>
modules/admin
</file>
<file>
modules/core
</file>
<file>
modules/cron
</file>
<file>
modules/multiauth
</file>
<file>
modules/portal
</file>
<file>
modules/saml
</file>
<file>
modules
</file>
<file>
src
</file>
<file>
tests
</file>
<file>
www
</file>
<!-- Exclude deprecated classes; they are removed in SSP 2.0 -->
<exclude-pattern>
lib/SimpleSAML/Auth/LDAP.php
</exclude-pattern>
<exclude-pattern>
lib/SimpleSAML/Auth/TimeLimitedToken.php
</exclude-pattern>
<exclude-pattern>
lib/SimpleSAML/Bindings/Shib13/*
</exclude-pattern>
<exclude-pattern>
lib/SimpleSAML/Utilities.php
</exclude-pattern>
<exclude-pattern>
lib/SimpleSAML/XML/Shib13/*
</exclude-pattern>
<exclude-pattern>
modules/saml/lib/IdP/SAML1.php
</exclude-pattern>
<exclude-pattern>
modules/saml/www/sp/saml1-acs.php
</exclude-pattern>
<exclude-pattern>
tests/lib/SimpleSAML/Auth/TimeLimitedTokenTest.php
</exclude-pattern>
<exclude-pattern>
www/shib13
</exclude-pattern>
<!-- Exclude old PHP templates (and related); they are removed in SSP 2.0 -->
<exclude-pattern>
modules/*/templates/*.tpl.php
</exclude-pattern>
<exclude-pattern>
templates/*.tpl.php
</exclude-pattern>
<exclude-pattern>
www/resources/jquery-ui-1.8.js
</exclude-pattern>
<exclude-pattern>
www/resources/clipboard.min.js
</exclude-pattern>
<exclude-pattern>
www/resources/jquery-1.8.js
</exclude-pattern>
<!-- This is the rule we inherit from. If you want to exlude some specific rules, see the docs on how to do that -->
<rule
ref=
"PSR12"
/>
...
...
@@ -53,18 +30,6 @@
<exclude-pattern>
tests/lib/SimpleSAML/Metadata/SAMLParserTest.php
</exclude-pattern>
</rule>
<!-- Ignore these warnings until PHP 7.1 becomes the minimum required version -->
<rule
ref=
"PSR12.Properties.ConstantVisibility"
>
<exclude-pattern>
lib/*
</exclude-pattern>
<exclude-pattern>
modules/*
</exclude-pattern>
<exclude-pattern>
tests/*
</exclude-pattern>
</rule>
<!-- Ignore wrong casing until we can rename then in SSP 2.0 -->
<rule
ref=
"PSR1.Methods.CamelCapsMethodName"
>
<exclude-pattern>
lib/SimpleSAML/XHTML/Template.php
</exclude-pattern>
</rule>
<!-- Ignore files with side effects that we cannot fix -->
<rule
ref=
"PSR1.Files.SideEffects"
>
<exclude-pattern>
bin/*
</exclude-pattern>
...
...
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