-
Notifications
You must be signed in to change notification settings - Fork 16
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 rubocop #615
test rubocop #615
Conversation
Signed-off-by: Kostiantyn Kostiuk <[email protected]>
gem 'octokit' | ||
gem 'openssl', require: false | ||
gem 'mono_logger' |
Check notice
Code scanning / Rubocop
Gems within groups in the Gemfile should be alphabetically sorted. Note
end | ||
end | ||
|
||
def define_options(parser) |
Check notice
Code scanning / Rubocop
Avoid methods longer than 10 lines of code. Note
raise(AutoHCKError, 'Output path is not specified.') unless cli.output_path | ||
|
||
case cli.action | ||
when 'convert' |
Check warning
Code scanning / Rubocop
Checks for `when` branches with empty bodies. Warning
@@ -37,6 +37,8 @@ | |||
end | |||
|
|||
def run | |||
resp = conn.get("https://go.microsoft.com/fwlink/?linkid=2250318") |
Check warning
Code scanning / Rubocop
Checks for useless assignment to a local variable. Warning
@@ -37,6 +37,8 @@ | |||
end | |||
|
|||
def run | |||
resp = conn.get("https://go.microsoft.com/fwlink/?linkid=2250318") |
Check notice
Code scanning / Rubocop
Checks if uses of quotes match the configured preference. Note
@@ -37,6 +37,8 @@ | |||
end | |||
|
|||
def run | |||
resp = conn.get("https://go.microsoft.com/fwlink/?linkid=2250318") | |||
|
Check notice
Code scanning / Rubocop
Avoid trailing whitespace. Note
@Jedoku Everyting works |
No description provided.