Преглед на файлове

Create a error message generator

pull/3011/head
Matheus Felipe преди 2 години
родител
ревизия
2501df6b93
No known key found for this signature in database GPG ключ ID: AA785C523274872F
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. +5
    -0
      scripts/validate/format.py

+ 5
- 0
scripts/validate/format.py Целия файл

@@ -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}'

Зареждане…
Отказ
Запис