|
44 | 44 | <Compile Include="Rules\Formatting\Spacing\ModuleDeclSpacing.fs" /> |
45 | 45 | <Compile Include="Rules\Formatting\Spacing\ClassMemberSpacing.fs" /> |
46 | 46 | <Compile Include="Rules\Formatting\TypedItemSpacing.fs" /> |
47 | | - <Compile Include="Rules\Formatting\TypePrefixing.fs" /> |
| 47 | + <Compile Include="Rules\Conventions\TypePrefixing.fs" /> |
48 | 48 | <Compile Include="Rules\Formatting\UnionDefinitionIndentation.fs" /> |
49 | 49 | <Compile Include="Rules\Conventions\UnneededRecKeyword.fs" /> |
50 | | - <Compile Include="Rules\Conventions\AsyncExceptionWithoutReturn.fs" /> |
| 50 | + <Compile Include="Rules\Smells\AsyncExceptionWithoutReturn.fs" /> |
51 | 51 | <Compile Include="Rules\Conventions\FavourStaticEmptyFields.fs" /> |
52 | 52 | <Compile Include="Rules\Conventions\RecursiveAsyncFunction.fs" /> |
53 | 53 | <Compile Include="Rules\Conventions\RedundantNewKeyword.fs" /> |
|
58 | 58 | <Compile Include="Rules\Conventions\FavourConsistentThis.fs" /> |
59 | 59 | <Compile Include="Rules\Conventions\AvoidSinglePipeOperator.fs" /> |
60 | 60 | <Compile Include="Rules\Conventions\SuggestUseAutoProperty.fs" /> |
61 | | - <Compile Include="Rules\Conventions\UsedUnderscorePrefixedElements.fs" /> |
| 61 | + <Compile Include="Rules\Smells\UsedUnderscorePrefixedElements.fs" /> |
62 | 62 | <Compile Include="Rules\Conventions\FavourNonMutablePropertyInitialization.fs" /> |
63 | 63 | <Compile Include="Rules\Conventions\EnsureTailCallDiagnosticsInRecursiveFunctions.fs" /> |
64 | | - <Compile Include="Rules\Conventions\RaiseWithTooManyArguments\RaiseWithTooManyArgumentsHelper.fs" /> |
65 | | - <Compile Include="Rules\Conventions\RaiseWithTooManyArguments\FailwithWithSingleArgument.fs" /> |
66 | | - <Compile Include="Rules\Conventions\RaiseWithTooManyArguments\RaiseWithSingleArgument.fs" /> |
67 | | - <Compile Include="Rules\Conventions\RaiseWithTooManyArguments\NullArgWithSingleArgument.fs" /> |
68 | | - <Compile Include="Rules\Conventions\RaiseWithTooManyArguments\InvalidOpWithSingleArgument.fs" /> |
69 | | - <Compile Include="Rules\Conventions\RaiseWithTooManyArguments\InvalidArgWithTwoArguments.fs" /> |
70 | | - <Compile Include="Rules\Conventions\RaiseWithTooManyArguments\FailwithfWithArgumentsMatchingFormatString.fs" /> |
71 | | - <Compile Include="Rules\Conventions\RaiseWithTooManyArguments\FailwithBadUsage.fs" /> |
| 64 | + <Compile Include="Rules\Smells\RaiseWithTooManyArguments\RaiseWithTooManyArgumentsHelper.fs" /> |
| 65 | + <Compile Include="Rules\Smells\RaiseWithTooManyArguments\FailwithWithSingleArgument.fs" /> |
| 66 | + <Compile Include="Rules\Smells\RaiseWithTooManyArguments\RaiseWithSingleArgument.fs" /> |
| 67 | + <Compile Include="Rules\Smells\RaiseWithTooManyArguments\NullArgWithSingleArgument.fs" /> |
| 68 | + <Compile Include="Rules\Smells\RaiseWithTooManyArguments\InvalidOpWithSingleArgument.fs" /> |
| 69 | + <Compile Include="Rules\Smells\RaiseWithTooManyArguments\InvalidArgWithTwoArguments.fs" /> |
| 70 | + <Compile Include="Rules\Smells\RaiseWithTooManyArguments\FailwithfWithArgumentsMatchingFormatString.fs" /> |
| 71 | + <Compile Include="Rules\Conventions\FailwithBadUsage.fs" /> |
72 | 72 | <Compile Include="Rules\Conventions\SourceLength\SourceLengthHelper.fs" /> |
73 | 73 | <Compile Include="Rules\Conventions\SourceLength\MaxLinesInLambdaFunction.fs" /> |
74 | 74 | <Compile Include="Rules\Conventions\SourceLength\MaxLinesInMatchLambdaFunction.fs" /> |
|
117 | 117 | <Compile Include="Rules\Conventions\Binding\UselessBinding.fs" /> |
118 | 118 | <Compile Include="Rules\Conventions\Binding\TupleOfWildcards.fs" /> |
119 | 119 | <Compile Include="Rules\Conventions\Binding\FavourAsKeyword.fs" /> |
120 | | - <Compile Include="Rules\Conventions\AvoidTooShortNames.fs" /> |
121 | | - <Compile Include="Rules\Typography\Indentation.fs" /> |
122 | | - <Compile Include="Rules\Typography\MaxCharactersOnLine.fs" /> |
123 | | - <Compile Include="Rules\Typography\TrailingWhitespaceOnLine.fs" /> |
124 | | - <Compile Include="Rules\Typography\MaxLinesInFile.fs" /> |
125 | | - <Compile Include="Rules\Typography\TrailingNewLineInFile.fs" /> |
126 | | - <Compile Include="Rules\Typography\NoTabCharacters.fs" /> |
| 120 | + <Compile Include="Rules\Conventions\Naming\AvoidTooShortNames.fs" /> |
| 121 | + <Compile Include="Rules\Formatting\Typography\Indentation.fs" /> |
| 122 | + <Compile Include="Rules\Formatting\Typography\MaxCharactersOnLine.fs" /> |
| 123 | + <Compile Include="Rules\Formatting\Typography\TrailingWhitespaceOnLine.fs" /> |
| 124 | + <Compile Include="Rules\Conventions\SourceLength\MaxLinesInFile.fs" /> |
| 125 | + <Compile Include="Rules\Formatting\Typography\TrailingNewLineInFile.fs" /> |
| 126 | + <Compile Include="Rules\Formatting\Typography\NoTabCharacters.fs" /> |
127 | 127 | <Compile Include="Rules\Hints\HintsHelper.fs" /> |
128 | 128 | <Compile Include="Rules\Hints\HintMatcher.fs" /> |
129 | 129 | <!-- Application --> |
|
0 commit comments