Skip to content

Commit

Permalink
[pt] Enable MILHARES_DE_PESSOAS and DUAS_MILHÕES rules (#9231)
Browse files Browse the repository at this point in the history
* [pt] Enable MILHARES_DE_PESSOAS and DUAS_MILHÕES rules

* [pt] Enable MEIO_DIA_E_MEIO
  • Loading branch information
p-goulart authored Sep 1, 2023
1 parent fedca3b commit 282f66f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3037,7 +3037,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
</rule>
</rulegroup>

<rule id="AS_MILHARES_DE_PESSOAS" name="Concordância tecnicamente incorreta entre numerais como 'milhares' e substantivos femininos" default="temp_off" tags="picky">
<rule id="AS_MILHARES_DE_PESSOAS" name="Concordância tecnicamente incorreta entre numerais como 'milhares' e substantivos femininos" tags="picky">
<pattern>
<marker>
<token postag="(SPS00:)?[DP][ADIPR].FP.+" postag_regexp="yes"/>
Expand All @@ -3053,7 +3053,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
</rule>

<!-- Will keep this separate from AS_MILHARES_DE_PESSOAS as usage patterns are different for these two, give users more control. -->
<rule id="DUAS_MILHOES" name="Concordância tecnicamente incorreta de 'milhão' com substantivos femininos" default="temp_off" tags="picky">
<rule id="DUAS_MILHOES" name="Concordância tecnicamente incorreta de 'milhão' com substantivos femininos" tags="picky">
<pattern>
<marker>
<token postag="Z0FP0"/>
Expand Down Expand Up @@ -12141,7 +12141,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
</rule>
</rulegroup>

<rule id="MEIO_DIA_E_MEIO" name="Meio-dia e meio -> meia" default="temp_off">
<rule id="MEIO_DIA_E_MEIO" name="Meio-dia e meio -> meia">
<pattern>
<token>meio</token>
<token regexp="yes" min="0" spacebefore="no">&hifen;</token>
Expand Down

0 comments on commit 282f66f

Please sign in to comment.