Skip to content

Commit

Permalink
Merge pull request #41 from catawiki/Add-Codeowners-file
Browse files Browse the repository at this point in the history
Create CODEOWNERS
  • Loading branch information
ArisBee authored May 30, 2024
2 parents 8908ec2 + a71d952 commit d78f667
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RSpec/DescribeClass:
- spec/integration/**/*_spec.rb

Naming/FileName:
Exclude: ['lib/rate-limit.rb']
Exclude: ['lib/rate-limit.rb', 'CODEOWNERS']
3 changes: 3 additions & 0 deletions .rubocop/ruby-3.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Naming/BlockForwarding:

Style/HashSyntax:
Enabled: false

Style/ArgumentsForwarding:
Enabled: false
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @catawiki/open-source-committee

0 comments on commit d78f667

Please sign in to comment.