Link to PR explaining the format of forbidigo.forbid

pull/21307/head
Nathan Coleman 2024-06-11 15:38:10 -04:00
parent d592c61e84
commit 950affbbe4
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ linters-settings:
simplify: true
forbidigo:
# Forbid the following identifiers (list of regexp).
# Format includes custom message based on https://github.com/ashanbrown/forbidigo/pull/11
forbid:
- '\bhtml\/template\b(# Use text/template instead)?'
- '\bioutil\b(# Use io and os packages instead of ioutil)?'