File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31523152 {
31533153 "description" : " r - Brazilian CNPJ" ,
31543154 "id" : 631 ,
3155- "trigger" : " r.bcnpj "
3155+ "trigger" : " r.bcpfcnpj "
31563156 },
31573157 {
31583158 "description" : " r - Brazilian CPF/CNPJ" ,
31623162 {
31633163 "description" : " r - Brazilian CPF" ,
31643164 "id" : 633 ,
3165- "trigger" : " r.bcpf "
3165+ "trigger" : " r.bcpfcnpj "
31663166 },
31673167 {
31683168 "description" : " r - Brazilian Phone" ,
Original file line number Diff line number Diff line change 22 <content ><![CDATA[
33(^(\d{2}.\d{3}.\d{3}/\d{4}-\d{2})|(\d{14})\$)
44]]> </content >
5- <tabTrigger >r.bcpfcnpj </tabTrigger >
5+ <tabTrigger >r.bcnpj </tabTrigger >
66 <description >r - Brazilian CNPJ</description >
77</snippet >
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22
33import sys
4- sys .path .append ('source/' )
4+ sys .path .append ('../ source/' )
55from json_generator import get_json
66from duplicates import list_duplicates
77import json
You can’t perform that action at this time.
0 commit comments