Skip to content

Commit

Permalink
Updated lint and version
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Nov 30, 2022
1 parent 751db9d commit ec78492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/linters/phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>

<ruleset name="super-linter">
<description>The default coding standard for usage with GitHub Super-Linter. It just includes PSR12.</description>
<description>The default coding standard for usage with GitHub Super-Linter. It includes PSR12.</description>
<rule ref="PSR12">
<exclude name="PSR12.Files.FileHeader" />
<exclude name="PSR12.Files.OpenTag" />
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore" />
</rule>
<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="240"/>
<property name="absoluteLineLimit" value="0"/>
<property name="lineLimit" value="175"/>
</properties>
<type>warning</type>
</rule>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "paynl/magento2-plugin",
"description": "PAY. Payment methods for Magento2",
"type": "magento2-module",
"version": "3.2.0",
"version": "3.3.0",
"require": {
"magento/module-sales": "^102.0.0 || ^103.0.0",
"magento/module-payment": "^100.3.0",
Expand Down

0 comments on commit ec78492

Please sign in to comment.