Skip to content

Commit

Permalink
Fix robocop linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasirkhan294 committed Aug 3, 2023
1 parent 44bd04e commit 97192d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


source 'https://rubygems.org'

gem 'rubocop', '>= 1.0', '< 2.0'
2 changes: 0 additions & 2 deletions solver.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# solver.rb
class Solver
def self.factorial(num)
Expand Down
2 changes: 0 additions & 2 deletions spec/solver_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


require_relative '../solver'

RSpec.describe Solver do
Expand Down

0 comments on commit 97192d0

Please sign in to comment.