Skip to content

Commit

Permalink
Merge pull request #21 from IOLabsNL/fix/phpcs-file-extensions
Browse files Browse the repository at this point in the history
Limited file extensions for PHPCS to php and inc
  • Loading branch information
leonhelmus authored May 14, 2021
2 parents aff0566 + 8e2be5b commit 920db26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/inspectionProfiles/MediaCT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
<option name="CUSTOM_RULESET_PATH" value="$PROJECT_DIR$/vendor/mediact/coding-standard/src/MediaCT/ruleset.xml" />
<option name="WARNING_HIGHLIGHT_LEVEL_NAME" value="WEAK WARNING" />
<option name="SHOW_SNIFF_NAMES" value="true" />
<option name="EXTENSIONS" value="php,inc" />
</inspection_tool>
<inspection_tool class="RouteSettingDeprecatedInspection" enabled="false" level="WARNING" enabled_by_default="false" />
</profile>
Expand Down

0 comments on commit 920db26

Please sign in to comment.