Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pt] Added antipattern to rule ID:GENERAL_VERB_AGREEMENT_ERRORS #9506

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8637,6 +8637,17 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
<token>fora</token>
<example>Nós aqui fora não concordamos</example>
</antipattern>
<antipattern>
<token postag='AQ..S.+|NC.S.+' postag_regexp='yes'/>
<token postag='SPS00'/>
<token>nós</token>
Copy link
Collaborator

Choose a reason for hiding this comment

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

This makes sense, but I feel like it's not limited to 'nós'. Any plural personal pronoun could be substituted here. 'Para vocês', 'por eles', etc.

<token postag='V.[CIS].3S0' postag_regexp='yes'/>
<example>Este método por nós empregue reutiliza o código-fonte.</example>
<example>Por exemplo, no âmbito do tratamento de pedidos, a transportadora contratada por nós receberá os dados necessários para a execução do seu trabalho.</example>
<example>É bom para nós entender outras culturas.</example>
<example>Foi muito difícil pra nós decidir qual comprar.</example>
<example>Quando alguma garota te segurar, o resto de nós terá uma chance.</example>
</antipattern>
<pattern>
<marker>
<token>nós</token>
Expand Down