Skip to content

Commit

Permalink
chore: ignore debugging in script dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 22, 2023
1 parent 11ef990 commit 0e3a257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Layout/ConditionPosition:
Lint/Debugger:
Description: 'Check for debugger calls.'
Enabled: true
Exclude:
- script/**/*.rb

Layout/DefEndAlignment:
Description: 'Align ends corresponding to defs correctly.'
Expand Down
2 changes: 1 addition & 1 deletion script/dev/console.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
require "pact_broker/api"
require "support/test_data_builder"

require "pry"; pry(binding);
require "pry-byebug"; pry(binding);

"time to pry" # need a line here or pry doesn't catch
31 changes: 0 additions & 31 deletions script/pry.rb

This file was deleted.

0 comments on commit 0e3a257

Please sign in to comment.