summaryrefslogtreecommitdiff
path: root/vendor/jonahgeorge/jaeger-client-php/phpcs.xml.dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 17:12:29 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 21:13:39 +0300
commitcdd7ad020e165fe680703b6d3319b908b682fb7a (patch)
treeb51eb09b7b4587e8fbc5624ac8d88d28cfcd0b04 /vendor/jonahgeorge/jaeger-client-php/phpcs.xml.dist
parent45a9ff0c88cbd33892ff16ab837e9059937d656e (diff)
jaeger-client -> opentelemetry
Diffstat (limited to 'vendor/jonahgeorge/jaeger-client-php/phpcs.xml.dist')
-rw-r--r--vendor/jonahgeorge/jaeger-client-php/phpcs.xml.dist37
1 files changed, 0 insertions, 37 deletions
diff --git a/vendor/jonahgeorge/jaeger-client-php/phpcs.xml.dist b/vendor/jonahgeorge/jaeger-client-php/phpcs.xml.dist
deleted file mode 100644
index 7d5db0974..000000000
--- a/vendor/jonahgeorge/jaeger-client-php/phpcs.xml.dist
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0"?>
-<ruleset name="Jaeger">
-
- <!--
- The name attribute of the ruleset tag is displayed
- when running PHP_CodeSniffer with the -v command line
- argument. The description tag below is not displayed anywhere
- except in this file, so it can contain information for
- developers who may change this file in the future.
- -->
- <description>The coding standard for Jaeger Client</description>
-
- <!-- Show sniff codes in all reports -->
- <arg value="s"/>
-
- <!-- Use PSR-2 as a base -->
- <rule ref="PSR2"/>
-
- <!-- Uncomment to use colors in progress or report -->
- <!-- arg name="colors" / -->
-
- <!--
- If no files or directories are specified on the command line
- your custom standard can specify what files should be checked
- instead.
- Note that specifying any file or directory path
- on the command line will ignore all file tags.
- -->
- <file>src</file>
-
- <!--
- You can hard-code ignore patterns directly into your
- custom standard so you don't have to specify the
- patterns on the command line.
- -->
- <exclude-pattern>src/Jaeger/Thrift/*</exclude-pattern>
-</ruleset>