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

rubocop x reviewdog x GitHub Actions #16

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

toshimaru
Copy link
Owner

No description provided.

@toshimaru toshimaru force-pushed the github-actions/rubocop branch from b12d118 to bb4adc7 Compare May 30, 2020 03:09
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

Choose a reason for hiding this comment

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

[rubocop] reported by reviewdog 🐶
Style/FrozenStringLiteralComment: Missing frozen string literal comment.

@@ -0,0 +1,4 @@
puts "xxx"

Choose a reason for hiding this comment

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

[rubocop] reported by reviewdog 🐶
Naming/FileName: The name of this source file (ruboco-offense-test.rb) should use snake_case.

@@ -0,0 +1,4 @@
puts "xxx"

Choose a reason for hiding this comment

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

[rubocop] reported by reviewdog 🐶
Style/FrozenStringLiteralComment: Missing frozen string literal comment.

@@ -0,0 +1,4 @@
puts "xxx"

Choose a reason for hiding this comment

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

[rubocop] reported by reviewdog 🐶
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

@@ -0,0 +1,4 @@
puts "xxx"

Choose a reason for hiding this comment

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

[rubocop] reported by reviewdog 🐶
Layout/TrailingWhitespace: Trailing whitespace detected.

@@ -0,0 +1,4 @@
puts "xxx"

a = 1 + ""

Choose a reason for hiding this comment

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

[rubocop] reported by reviewdog 🐶
Lint/UselessAssignment: Useless assignment to variable - a.

@@ -0,0 +1,4 @@
puts "xxx"

a = 1 + ""

Choose a reason for hiding this comment

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

[rubocop] reported by reviewdog 🐶
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

puts "xxx"

a = 1 + ""
x = y + 1

Choose a reason for hiding this comment

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

[rubocop] reported by reviewdog 🐶
Lint/UselessAssignment: Useless assignment to variable - x.

@toshimaru toshimaru changed the title rubocop x reviewdog rubocop x reviewdog x GitHub Actions May 30, 2020
@toshimaru toshimaru changed the base branch from master to main August 27, 2020 09:29
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.

1 participant