+ rflint --argumentfile ./resources/rflint/rflint_arguments.txt . + ./Test.robot W: 8, 0: No testcase documentation (RequireTestDocumentation) + ./clamps/MyResource.robot W: 9, 150: Line is too long (exceeds 150 characters) (LineTooLong) W: 14, 0: No keyword documentation (RequireKeywordDocumentation) + ./tests/__init__.robot W: 11, 0: No keyword documentation (RequireKeywordDocumentation) W: 15, 0: No keyword documentation (RequireKeywordDocumentation) W: 21, 0: No keyword documentation (RequireKeywordDocumentation) + ./tests/MyLinter.Testing.robot E: 62, 0: Too many trailing blank lines (TrailingBlankLines) E: 0, 0: '.' in suite name 'MyLinter.Testing' (PeriodInSuiteName) E: 10, 0: Unknown table name 'InvalidTableName' (InvalidTable) E: 54, 0: Duplicate keyword name 'My Keyword 1' (DuplicateKeywordNames) E: 59, 0: Duplicate keyword name 'My Keyword 1' (DuplicateKeywordNames) E: 28, 0: Duplicate testcase name 'Foo Test Case' (DuplicateTestNames) E: 2, 0: There should not be a blank space after the Settings table name (TableSpacing) E: 13, 0: There should not be a blank space after the Variables table name (TableSpacing) E: 3, 0: Custom Library Name mismatch (CustomLibraryNaming) E: 1, 0: The Remote Library is not the first library imported (SettingsImportOrder) E: 1, 0: Standard libraries are imported after external libraries (SettingsImportOrder) E: 25, 0: '.' in testcase name 'This.Test. Has. Been. Free.' (PeriodInTestName) W: 26, 0: No testcase documentation (RequireTestDocumentation) E: 28, 0: space not allowed in tag name: 'Implements TA-1229' (TagWithSpaces) W: 29, 0: No testcase documentation (RequireTestDocumentation) W: 37, 0: No keyword documentation (RequireKeywordDocumentation) W: 41, 0: No keyword documentation (RequireKeywordDocumentation) W: 46, 0: No keyword documentation (RequireKeywordDocumentation) W: 49, 0: No keyword documentation (RequireKeywordDocumentation) W: 52, 0: No keyword documentation (RequireKeywordDocumentation) W: 55, 0: No keyword documentation (RequireKeywordDocumentation) W: 60, 0: No keyword documentation (RequireKeywordDocumentation) + ./tests/SubSuite.WithPeriod/__init__.robot E: 12, 0: Unknown table name 'Testcases' (InvalidTable) E: 2, 0: There should not be a blank space after the Settings table name (TableSpacing) E: 8, 0: There should not be a blank space after the Variables table name (TableSpacing) + ./tests/SubSuite.WithPeriod/Test.robot E: 2, 0: There should not be a blank space after the Settings table name (TableSpacing) + set +x