Skip to content

Commit

Permalink
[ru] fix false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovru committed Apr 7, 2017
1 parent 91b9eea commit b7805b3
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3374,13 +3374,25 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<pattern>
<token>,</token>
<token regexp="yes">что|как|кто|какой|где|куда|откуда</token>
<token regexp="yes">попало|угодно|нужно</token>
<token regexp="yes">попало|угодно</token>
</pattern>
<message>Запятая не нужна:<suggestion> \2 \3</suggestion>.</message>
<short>Запятая не нужна.</short>
<example>Работа была сделана как попало.</example>
<example correction=" как попало">Работа была сделана<marker>, как попало</marker>.</example>
</rule>
<rule>
<pattern>
<token postag_regexp="yes" postag="VB:.*"></token>
<token>,</token>
<token regexp="yes">что|как|кто|какой|где|куда|откуда</token>
<token regexp="yes">нужно</token>
</pattern>
<message>Запятая не нужна:<suggestion>\1 \3 \4</suggestion>.</message>
<short>Запятая не нужна.</short>
<example>Они воспринимают это как сигнал к тому, что нужно начать говорить.</example>
<example correction="достать что нужно"><marker>достать, что нужно</marker></example>
</rule>
</rulegroup>
<rulegroup default="on" id="BUD_CHTO_BUDET" name="Словосочетания «будь что будет», ...»">
<!--"Будь что будет" перед "что" запятая не нужна.
Expand Down

0 comments on commit b7805b3

Please sign in to comment.