소스 검색

Reorganize constants

pull/3011/head
Matheus Felipe 2 년 전
부모
커밋
bff7f5e009
No known key found for this signature in database GPG 키 ID: AA785C523274872F
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      scripts/validate/format.py

+ 2
- 1
scripts/validate/format.py 파일 보기

@@ -5,7 +5,6 @@ from typing import List, Tuple, Dict


anchor = '###'
min_entries_per_section = 3
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'User-Agent', 'No']
punctuation = ['.', '?', '!']
https_keys = ['Yes', 'No']
@@ -17,7 +16,9 @@ index_auth = 2
index_https = 3
index_cors = 4
index_link = 5

num_segments = 5
min_entries_per_section = 3

anchor_re = re.compile(anchor + '\s(.+)')
category_title_in_index_re = re.compile('\*\s\[(.*)\]')


불러오는 중...
취소
저장