Skip to content

Commit 8977147

Browse files
authored
Add Copilot instructions for PR error checks
1 parent 31912a3 commit 8977147

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copilot Instructions
2+
3+
Every PR must have no errors from:
4+
5+
```
6+
bundle exec rubocop
7+
bundle exec rspec spec/n1_loader_spec.rb
8+
bundle exec rspec spec/n1_loader_spec.rb spec/activerecord_spec.rb
9+
bundle exec rspec spec/n1_loader_spec.rb spec/activerecord_spec.rb spec/ar_lazy_preload_spec.rb
10+
```

0 commit comments

Comments
 (0)