Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test pronto #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Test pronto #2

wants to merge 7 commits into from

Conversation

cpgo
Copy link
Owner

@cpgo cpgo commented May 11, 2021

No description provided.

@@ -11,3 +11,5 @@ gem "sequel", "~> 5.29"
gem "pg", "~> 1.2"

gem "rubocop", "~> 1.14"

gem "pronto", "~> 0.11.0"

Choose a reason for hiding this comment

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

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

@@ -2,3 +2,5 @@
DB = Sequel.connect('postgres://postgres:postgres@postgres:5432/postgres')

items = DB[:items].delete

"this will be commented by pronto, by the rest of the violations wont"

Choose a reason for hiding this comment

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

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

Copy link

@dcluna dcluna left a comment

Choose a reason for hiding this comment

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

LGTM

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.

2 participants