File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -538,8 +538,8 @@ linters-settings:
538
538
# Forbid the following identifiers (list of regexp).
539
539
# Default: ["^(fmt\\.Print(|f|ln)|print|println)$"]
540
540
forbid :
541
- # Builtin function:
542
- - ^print.* $
541
+ # Built-in bootstrapping functions.
542
+ - ^print(ln)? $
543
543
# Optional message that gets included in error reports.
544
544
- p : ^fmt\.Print.*$
545
545
msg : Do not commit print statements.
Original file line number Diff line number Diff line change @@ -535,8 +535,8 @@ linters-settings:
535
535
# Forbid the following identifiers (list of regexp).
536
536
# Default: ["^(fmt\\.Print(|f|ln)|print|println)$"]
537
537
forbid :
538
- # Builtin function:
539
- - ^print.* $
538
+ # Built-in bootstrapping functions.
539
+ - ^print(ln)? $
540
540
# Optional message that gets included in error reports.
541
541
- p : ^fmt\.Print.*$
542
542
msg : Do not commit print statements.
You can’t perform that action at this time.
0 commit comments