gpt4 book ai didi

f# - 如何禁用 Lint 工具上的行数警告?

转载 作者:行者123 更新时间:2023-12-05 01:27:47 26 4
gpt4 key购买 nike

F# 的 Lint 工具将注释和空格解释为代码行。因此,生成警告。

我认为这是一个错误。

有没有办法让我在 Lint 工具上禁用分析器来计算行数?

enter image description here

最佳答案

有 Lint 的配置选项。

必须退出并重新启动 Visual Studio 才能使更改生效。

enter image description here

手动更改配置的详细信息

F# Lint 使用 XML 表示 configuration

对于我的系统,它位于 src\FSharpLint.Framework 目录中。

对于 Lambda Functions maximum lines有:

 <MaxLinesInLambdaFunction> 
<Enabled>true</Enabled>
<Lines>7</Lines>
</MaxLinesInLambdaFunction>

这也允许更改行数。

Visual Studio 的详细信息

对于菜单中的 Visual Studio

工具 -> 选项

enter image description here

在左侧面板中选择:F# Power Tools
点击:林特

enter image description here

在右面板
选择标签:规则
单击源长度

enter image description here

lambda 函数中有关行的消息由选项控制:

MaxLinesInLambdaFunction

enter image description here

如果启用,则会显示警告消息。

enter image description here

如果禁用,则不会显示警告消息。

enter image description here

关于f# - 如何禁用 Lint 工具上的行数警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36219713/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com