@@ -2862,7 +2862,7 @@ Flake8 is a static code analysis tool for Python files.
2862
2862
<tbody>
2863
2863
<tr>
2864
2864
<td><strong>Location</strong></td>
2865
- <td>Review > Tools > Enable Flake8</td>
2865
+ <td>Review > Tools > Flake8 > Enable </td>
2866
2866
</tr>
2867
2867
<tr>
2868
2868
<td><strong>Default</strong></td>
@@ -3712,23 +3712,19 @@ PMD is an extensible multilanguage static code analyzer. It’s mainly concerned
3712
3712
3713
3713
Enable PMD.
3714
3714
3715
- # ## PHPMD
3716
-
3717
- PHPMD is a static code analysis tool for PHP files.
3718
-
3719
- # ### Enable PHPMD
3715
+ # ### Config File
3720
3716
3721
3717
<Tabs groupId="config-setting">
3722
3718
<TabItem value="web-ui" label="Web UI">
3723
3719
<table>
3724
3720
<tbody>
3725
3721
<tr>
3726
3722
<td><strong>Location</strong></td>
3727
- <td>Review > Tools > Enable PHPMD </td>
3723
+ <td>Review > Tools > PMD > Config File </td>
3728
3724
</tr>
3729
3725
<tr>
3730
3726
<td><strong>Default</strong></td>
3731
- <td>true </td>
3727
+ <td>_No default_ </td>
3732
3728
</tr>
3733
3729
</tbody></table>
3734
3730
</TabItem>
@@ -3737,35 +3733,35 @@ PHPMD is a static code analysis tool for PHP files.
3737
3733
<tbody>
3738
3734
<tr>
3739
3735
<td><strong>Field</strong></td>
3740
- <td>`reviews.tools.phpmd.enabled `</td>
3736
+ <td>`reviews.tools.pmd.config_file `</td>
3741
3737
</tr>
3742
3738
<tr>
3743
3739
<td><strong>Datatype</strong></td>
3744
- <td>boolean </td>
3740
+ <td>string </td>
3745
3741
</tr>
3746
3742
<tr>
3747
3743
<td><strong>Default</strong></td>
3748
- <td>true </td>
3744
+ <td>_No default_ </td>
3749
3745
</tr>
3750
3746
</tbody></table>
3751
3747
</TabItem>
3752
3748
</Tabs>
3753
3749
3754
- PHPMD is a static code analysis tool for PHP files .
3750
+ Optional path to the PMD configuration file relative to the repository .
3755
3751
3756
- # ## PHPCS
3752
+ # ## PHPMD
3757
3753
3758
- PHPCS is a static code analysis and coding-standard checker for PHP (plus JS/CSS) files.
3754
+ PHPMD is a static code analysis tool for PHP files.
3759
3755
3760
- # ### Enable PHPCS
3756
+ # ### Enable PHPMD
3761
3757
3762
3758
<Tabs groupId="config-setting">
3763
3759
<TabItem value="web-ui" label="Web UI">
3764
3760
<table>
3765
3761
<tbody>
3766
3762
<tr>
3767
3763
<td><strong>Location</strong></td>
3768
- <td>Review > Tools > Enable PHPCS </td>
3764
+ <td>Review > Tools > Enable PHPMD </td>
3769
3765
</tr>
3770
3766
<tr>
3771
3767
<td><strong>Default</strong></td>
@@ -3778,7 +3774,7 @@ PHPCS is a static code analysis and coding-standard checker for PHP (plus JS/CSS
3778
3774
<tbody>
3779
3775
<tr>
3780
3776
<td><strong>Field</strong></td>
3781
- <td>`reviews.tools.phpcs .enabled`</td>
3777
+ <td>`reviews.tools.phpmd .enabled`</td>
3782
3778
</tr>
3783
3779
<tr>
3784
3780
<td><strong>Datatype</strong></td>
@@ -3792,21 +3788,25 @@ PHPCS is a static code analysis and coding-standard checker for PHP (plus JS/CSS
3792
3788
</TabItem>
3793
3789
</Tabs>
3794
3790
3795
- PHPCS is a static code analysis tool for PHP, JavaScript and CSS files.
3791
+ PHPMD is a static code analysis tool for PHP files.
3796
3792
3797
- # ### Config File
3793
+ # ## PHPCS
3794
+
3795
+ PHPCS is a static code analysis and coding-standard checker for PHP (plus JS/CSS) files.
3796
+
3797
+ # ### Enable PHPCS
3798
3798
3799
3799
<Tabs groupId="config-setting">
3800
3800
<TabItem value="web-ui" label="Web UI">
3801
3801
<table>
3802
3802
<tbody>
3803
3803
<tr>
3804
3804
<td><strong>Location</strong></td>
3805
- <td>Review > Tools > PMD > Config File </td>
3805
+ <td>Review > Tools > Enable PHPCS </td>
3806
3806
</tr>
3807
3807
<tr>
3808
3808
<td><strong>Default</strong></td>
3809
- <td>_No default_ </td>
3809
+ <td>true </td>
3810
3810
</tr>
3811
3811
</tbody></table>
3812
3812
</TabItem>
@@ -3815,21 +3815,21 @@ PHPCS is a static code analysis tool for PHP, JavaScript and CSS files.
3815
3815
<tbody>
3816
3816
<tr>
3817
3817
<td><strong>Field</strong></td>
3818
- <td>`reviews.tools.pmd.config_file `</td>
3818
+ <td>`reviews.tools.phpcs.enabled `</td>
3819
3819
</tr>
3820
3820
<tr>
3821
3821
<td><strong>Datatype</strong></td>
3822
- <td>string </td>
3822
+ <td>boolean </td>
3823
3823
</tr>
3824
3824
<tr>
3825
3825
<td><strong>Default</strong></td>
3826
- <td>_No default_ </td>
3826
+ <td>true </td>
3827
3827
</tr>
3828
3828
</tbody></table>
3829
3829
</TabItem>
3830
3830
</Tabs>
3831
3831
3832
- Optional path to the PMD configuration file relative to the repository .
3832
+ PHPCS is a static code analysis tool for PHP, JavaScript and CSS files .
3833
3833
3834
3834
# ## Prisma Schema Linting
3835
3835
0 commit comments