Skip to content

Commit

Permalink
remove triple / comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Dec 11, 2024
1 parent c8a7bda commit 0fa5ce4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions linter/pslint.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ def check_order(group):
def validate_section_header(line, section):
"""Validates section header format for PRIVATE section."""
if section == 1 << 3:
if line.strip().startswith('///'):
# Ignore lines that start with '///' as they are exempted comments
return
# Match a line containing multiple URLs or other comments.
if re.match(r"^//\s+https?://[\w./-]+(\s.*)?$", line):
# Ignore lines that are just URLs or contain additional comments
Expand Down
2 changes: 1 addition & 1 deletion public_suffix_list.dat
Original file line number Diff line number Diff line change
Expand Up @@ -14630,7 +14630,7 @@ tech.orange

// OsSav Technology Ltd. : https://ossav.com/
// Submitted by OsSav Technology Ltd. <[email protected]>
/// TLD NIC: https://nic.can.re - TLD WHOIS Server: whois.can.re
// https://nic.can.re
can.re

// Oursky Limited : https://authgear.com/ https://skygear.io/
Expand Down

0 comments on commit 0fa5ce4

Please sign in to comment.