1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

chore: add tools for manually administrating the configured cache (#3867)

This commit is contained in:
Dag
2024-01-09 20:33:35 +01:00
committed by GitHub
parent 3ce94409ab
commit 0bf5dbbc0b
10 changed files with 95 additions and 45 deletions

View File

@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="RSS-Bridge Ruleset">
<description>Created with the PHP Coding Standard Generator. http://edorian.github.com/php-coding-standard-generator/</description>
<description>
Originally created with the PHP Coding Standard Generator.
But later manually tweaked.
http://edorian.github.com/php-coding-standard-generator/
</description>
<exclude-pattern>./static</exclude-pattern>
<exclude-pattern>./vendor</exclude-pattern>
<exclude-pattern>./templates</exclude-pattern>
@@ -11,6 +16,7 @@
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace"/>
<exclude name="PSR1.Classes.ClassDeclaration.MultipleClasses"/>
<exclude name="PSR1.Files.SideEffects.FoundWithSymbols"/>
<exclude name="PSR2.Files.EndFileNewline"/>
<exclude name="PSR12.Properties.ConstantVisibility.NotFound"/>
</rule>