Skip to content

Commit

Permalink
chore: update configuration files
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Nov 1, 2021
1 parent 1ee6f0d commit 787833b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/.phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
<type>error</type>
</rule>

<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="240"/>
</properties>
</rule>

<!-- Don't hide tokenizer exceptions -->
<rule ref="Internal.Tokenizer.Exception">
<type>error</type>
Expand Down
2 changes: 2 additions & 0 deletions config/psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<RedundantCondition errorLevel="suppress" />
<RedundantCast errorLevel="suppress" />
<RedundantCastGivenDocblockType errorLevel="suppress" />

<StringIncrement errorLevel="suppress" />
</issueHandlers>

<plugins>
Expand Down

0 comments on commit 787833b

Please sign in to comment.