Skip to content

Commit

Permalink
Add VSCode devcontainer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer committed Oct 3, 2023
1 parent 89f9893 commit 8c2a9df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ RSpec/ContextWording:
Enabled: false
RSpec/FilePath:
Enabled: false
RSpec/SpecFilePathFormat:
Enabled: false
RSpec/VerifiedDoubles:
Enabled: false
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ require "rubocop/rake_task"

RuboCop::RakeTask.new

task default: %i[spec]
task default: %i[spec rubocop]

0 comments on commit 8c2a9df

Please sign in to comment.