Pārlūkot izejas kodu

Create a error message generator

pull/3011/head
Matheus Felipe pirms 2 gadiem
vecāks
revīzija
2501df6b93
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: AA785C523274872F
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. +5
    -0
      scripts/validate/format.py

+ 5
- 0
scripts/validate/format.py Parādīt failu

@@ -23,3 +23,8 @@ title_links = []
anchor_re = re.compile(anchor + '\s(.+)')
section_title_re = re.compile('\*\s\[(.*)\]')
link_re = re.compile('\[(.+)\]\((http.*)\)')


def error_message(line_number: int, message: str) -> str:
line = line_number + 1
return f'(L{line:03d}) {message}'

Notiek ielāde…
Atcelt
Saglabāt