Skip to content

Commit

Permalink
format: apply to yaml and xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed May 4, 2021
1 parent a7af731 commit 2177259
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ matrix:
fast_finish: true

include:
- php: 7.3
env: PREFER_LOWEST=1
- php: 7.3
env: PREFER_LOWEST=1

env:
global:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0"?>
<transfers xmlns="spryker:transfer-01"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="spryker:transfer-01 http://static.spryker.com/transfer-01.xsd">
<transfers xmlns="spryker:transfer-01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="spryker:transfer-01 http://static.spryker.com/transfer-01.xsd">

<transfer name="ProductList">
<property name="idProductList" type="int"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?xml version="1.0"?>
<database
xmlns="spryker:schema-01"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="zed" xsi:schemaLocation="spryker:schema-01 https://static.spryker.com/schema-01.xsd"
namespace="Orm\Zed\ProductList\Persistence"
package="src.Orm.Zed.ProductList.Persistence">
<database xmlns="spryker:schema-01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="zed" xsi:schemaLocation="spryker:schema-01 https://static.spryker.com/schema-01.xsd" namespace="Orm\Zed\ProductList\Persistence" package="src.Orm.Zed.ProductList.Persistence">

<table name="spy_product_list" identifierQuoting="true">
<column name="id_product_list" required="true" type="INTEGER" autoIncrement="true" primaryKey="true"/>
Expand Down
2 changes: 1 addition & 1 deletion tooling.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
architecture-sniffer:
priority: 2
priority: 2

0 comments on commit 2177259

Please sign in to comment.