Skip to content

Commit

Permalink
Added 'web/libraries' exclusion to PHPMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Aug 19, 2024
1 parent 83ea95e commit 0f437a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<exclude-pattern>*/node_modules/*</exclude-pattern>

<exclude-pattern>*/web/core/*</exclude-pattern>
<exclude-pattern>*/web/libraries/*</exclude-pattern>
<exclude-pattern>*/web/profiles/contrib/*</exclude-pattern>
<exclude-pattern>*/web/modules/contrib/*</exclude-pattern>
<exclude-pattern>*/web/themes/contrib/*</exclude-pattern>
Expand Down

1 comment on commit 0f437a5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.