Skip to content

Commit

Permalink
prevent delegations from differnt organizations (#177)
Browse files Browse the repository at this point in the history
* prevent delegations from differnt organizations

* prevent users from different organizations

* add more specs

* add specs for csv import

* fix specs

* bump version
  • Loading branch information
microstudi committed May 24, 2024
1 parent 9654679 commit c3f40b0
Show file tree
Hide file tree
Showing 23 changed files with 310 additions and 164 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ jobs:

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ env.CODECOV_TOKEN }}
5 changes: 0 additions & 5 deletions .rubocop_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ AllCops:
# Otherwise we fallback to the oldest officially supported Ruby version (2.0).
TargetRubyVersion: 3.0

RSpec:
Patterns:
- "(?:^|/)spec/"
- "(?:^|/)test/"

# Indent private/protected/public as deep as method definitions
Layout/AccessModifierIndentation:
EnforcedStyle: indent
Expand Down
Loading

0 comments on commit c3f40b0

Please sign in to comment.