Update repo structure as part of nixification

This commit is contained in:
Gene Liverman 2023-09-14 00:01:31 -04:00
parent 49e67c64fb
commit cc0efcfdde
56 changed files with 181 additions and 154 deletions

9
legacy/.rubocop.yml Normal file
View file

@ -0,0 +1,9 @@
AllCops:
Exclude:
- 'vendor/**/*'
- 'spec/fixtures/**/*'
TargetRubyVersion: 2.5
NewCops: enable
Style/CommentedKeyword:
Enabled: false