metanorma / oscal-ruby

Gem for accessing/writing OSCAL content
BSD 2-Clause "Simplified" License
4 stars 3 forks source link

Fix the test suite and add docker setup #16

Closed abunashir closed 1 year ago

abunashir commented 1 year ago

There are quite some code violations that was failing the tests, this commit tries to fix those issues, and then it also updates the rake task to be more gentle for now.

This commit also adds docker setup for development, this is a personal preference, but I believe it would help any developer to easily run and do development on this project.

ronaldtse commented 1 year ago

@abunashir please feel free to merge when ready, thanks!