Skip to content

Commit

Permalink
PhpStorm separate profile (#65)
Browse files Browse the repository at this point in the history
* PhpStorm profile: disable throws inspection

* enable phpcs inspection

* Update PhpStormInspections.xml
  • Loading branch information
danepowell authored Oct 7, 2024
1 parent b833eda commit 464c660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/PhpStormInspections.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Import this file on PhpStorm's inspection settings screen to set up default PHP
-->
<profile version="1.0">
<option name="myName" value="Default" />
<inspection_tool class="PhpCSValidationInspection" enabled="false" level="WARNING" enabled_by_default="false">
<option name="myName" value="Acquia Coding Standards" />
<inspection_tool class="PhpCSValidationInspection" enabled="true" level="WARNING" enabled_by_default="true">
<option name="EXTENSIONS" value="php,module,inc,install,test,profile,theme,css,info,txt,md,yml" />
</inspection_tool>
<inspection_tool class="PhpDocSignatureInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
Expand Down

0 comments on commit 464c660

Please sign in to comment.