1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-07-16 04:34:14 +02:00

Включение проверки и теста по строгой типизации док.коментов

This commit is contained in:
Dmitriy Marmyshev
2021-10-01 16:59:01 +03:00
parent f879f7bdf9
commit a43b6d2186
3 changed files with 2 additions and 3 deletions

View File

@ -87,11 +87,11 @@
category="com.e1c.v8codestyle.bsl.strict"
class="com.e1c.v8codestyle.internal.bsl.ExecutableExtensionFactory:com.e1c.v8codestyle.bsl.strict.check.FunctionCtorReturnSectionCheck">
</check>
-->
<check
category="com.e1c.v8codestyle.bsl.strict"
class="com.e1c.v8codestyle.internal.bsl.ExecutableExtensionFactory:com.e1c.v8codestyle.bsl.strict.check.DocCommentFieldTypeCheck">
</check>
-->
<check
category="com.e1c.v8codestyle.bsl.strict"
class="com.e1c.v8codestyle.internal.bsl.ExecutableExtensionFactory:com.e1c.v8codestyle.bsl.strict.check.StructureCtorValueTypeCheck">

View File

@ -11,7 +11,7 @@ Function NonComplaint() Export
EndFunction
// Returns:
// Structure - Non complaint:
// Structure - complaint:
// * Key1 - Number -
// * Key2 - String -
Function Complaint() Export

View File

@ -145,7 +145,6 @@ public class CommonModuleStrictTypesTest
* @throws Exception the exception
*/
@Test
@Ignore // FIXME check-system fails on issue add
public void testDocCommentFieldTypeCheck() throws Exception
{