Skip to content

Commit

Permalink
DEV-30 - Update path to phpmd rulesets to root directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
raylwalters committed Mar 20, 2024
1 parent fbd3f0b commit b19a59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ phpmd:
# Output format for phpmd.
format: text
# Comma-separated list of ruleset paths or names.
rulesets: "${build.thebuild.dir}/defaults/install/phpmd.xml"
rulesets: "${build.dir}/phpmd.xml"
# File extensions to review.
suffixes: php,inc,module,theme,profile,install,test

Expand Down

0 comments on commit b19a59e

Please sign in to comment.