Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lintly/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def main(**options):

click.echo(stdin_text)

click.echo('I\'m Bugalintly, what do you need?')
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please add the word "Bahur"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I second this.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I hate the word Bahur


config = Config(options)

build = LintlyBuild(config, stdin_text)
Expand Down