Skip to content

Commit

Permalink
Merge from docusealco/wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBTurchyn authored Dec 23, 2024
2 parents bb3b38e + 20d09f6 commit ac9a5c9
Show file tree
Hide file tree
Showing 49 changed files with 461 additions and 264 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RSpec/MultipleMemoizedHelpers:
Max: 9

Metrics/BlockNesting:
Max: 4
Max: 5

Rails/I18nLocaleTexts:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN apk add --no-cache build-base && bundle install && apk del --no-cache build-
COPY ./bin ./bin
COPY ./app ./app
COPY ./config ./config
COPY ./db ./db
COPY ./db/migrate ./db/migrate
COPY ./log ./log
COPY ./lib ./lib
COPY ./public ./public
Expand Down
Loading

0 comments on commit ac9a5c9

Please sign in to comment.