Skip to content

Commit

Permalink
Merge remote-tracking branch 'doubtfirelms/new/scorm' into refactor/l…
Browse files Browse the repository at this point in the history
…atex-docker-downsize-api
  • Loading branch information
b0ink committed Sep 17, 2024
2 parents 0f993a9 + a0c0581 commit 2e0c0a5
Show file tree
Hide file tree
Showing 161 changed files with 4,824 additions and 1,264 deletions.
2 changes: 1 addition & 1 deletion .ci-setup/texlive-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if ! command -v "$TEX_COMPILER" > /dev/null; then

echo "----------------------------------------"
echo "Installing additional texlive packages:"
tlmgr install fontawesome minted fvextra catchfile xstring framed lastpage tcolorbox environ pdfcol tikzfill markdown paralist csvsimple upquote tagpdf
tlmgr install fontawesome luatextra luacode minted fvextra catchfile xstring framed lastpage pdfmanagement-testphase newpax tcolorbox environ pdfcol tikzfill markdown paralist csvsimple gobble upquote tagpdf

echo "----------------------------------------"
echo "Ensuring the newpax package is sufficiently up to date:"
Expand Down
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ AllCops:
TargetRubyVersion: 3.1
NewCops: disable

require:
- rubocop-rails
# - rubocop-performance
# - rubocop-minitest
# - rubocop-factory_bot

Style/HashSyntax:
EnforcedShorthandSyntax: never

Expand Down
475 changes: 475 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ group :development, :test do
gem 'listen'
gem 'rails_best_practices'
gem 'rubocop'
gem 'rubocop-factory_bot'
gem 'rubocop-faker'
gem 'rubocop-minitest'
gem 'rubocop-performance'
gem 'rubocop-rails'
gem 'ruby-lsp'
gem 'simplecov', require: false
Expand Down
Loading

0 comments on commit 2e0c0a5

Please sign in to comment.