-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSettings.FSharpLint
More file actions
32 lines (32 loc) · 1.07 KB
/
Settings.FSharpLint
File metadata and controls
32 lines (32 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<FSharpLintSettings>
<Analysers>
<NameConventions>
<Rules>
<IdentifiersMustNotContainUnderscores>
<Enabled>False</Enabled>
</IdentifiersMustNotContainUnderscores>
<RecordFieldNamesMustBePascalCase>
<Enabled>False</Enabled>
</RecordFieldNamesMustBePascalCase>
<NonPublicValuesCamelCase>
<Enabled>False</Enabled>
</NonPublicValuesCamelCase>
</Rules>
</NameConventions>
<Typography>
<Rules>
<TrailingNewLineInFile>
<Enabled>False</Enabled>
</TrailingNewLineInFile>
</Rules>
</Typography>
<SourceLength>
<Rules>
<MaxLinesInLambdaFunction>
<Enabled>False</Enabled>
</MaxLinesInLambdaFunction>
</Rules>
</SourceLength>
</Analysers>
</FSharpLintSettings>