You've already forked v8-code-style
mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-07-16 20:54:14 +02:00
Включение проверки и теста по строгой типизации док.коментов
This commit is contained in:
@ -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">
|
||||
|
@ -11,7 +11,7 @@ Function NonComplaint() Export
|
||||
EndFunction
|
||||
|
||||
// Returns:
|
||||
// Structure - Non complaint:
|
||||
// Structure - complaint:
|
||||
// * Key1 - Number -
|
||||
// * Key2 - String -
|
||||
Function Complaint() Export
|
||||
|
@ -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
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user