Skip to content

feat(all): support suppressing warnings via // fable-disable comments - #4808

Draft
MangelMaxime wants to merge 1 commit into
mainfrom
feat-suppress-fable-warnings
Draft

feat(all): support suppressing warnings via // fable-disable comments#4808
MangelMaxime wants to merge 1 commit into
mainfrom
feat-suppress-fable-warnings

feat(all): support suppressing warnings via // fable-disable comments

98286e7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Ionide.Analyzers.Cli succeeded Jul 22, 2026 in 3s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 23 in src/Fable.Transforms/Global/WarningCodes.fs

See this annotation in the file changed.

Code scanning / Ionide.Analyzers.Cli

Warns about missing type specifiers in interpolated strings Warning

Interpolated hole expression without format detected. Use prefix with the correct % to enforce type safety.

Check warning on line 107 in src/Fable.Transforms/Global/WarningSuppression.fs

See this annotation in the file changed.

Code scanning / Ionide.Analyzers.Cli

Checks if the `string` function call is type annotated. Warning

Please annotate your type when using the string function.