Skip to content

Implement scs parser#19

Open
deniskoronchik wants to merge 18 commits intoostis-dev:mainfrom
deniskoronchik:scs
Open

Implement scs parser#19
deniskoronchik wants to merge 18 commits intoostis-dev:mainfrom
deniskoronchik:scs

Conversation

@deniskoronchik
Copy link
Copy Markdown
Contributor

resolves #18

@deniskoronchik deniskoronchik marked this pull request as ready for review October 30, 2021 20:58
return len(self.errors) > 0

def has_warnings(self) -> bool:
return len(self.warnings)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return len(self.warnings) > 0, like in has_errors func

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement scs parser

2 participants