Skip to content

Commit

Permalink
Merge pull request #2107 from sanger/develop
Browse files Browse the repository at this point in the history
[release] Merge Develop into Master
  • Loading branch information
dasunpubudumal authored Dec 9, 2024
2 parents 5b3b2fe + 2fbce2e commit a4837a2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.64.3
3.65.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pre-commit:
run: bundle exec rubocop --display-style-guide --extra-details --force-exclusion --parallel {staged_files} || (echo 'Run `lefthook run fix` to run autocorrect on staged files only'; exit 1)
eslint:
glob: 'app/frontend/**/*.{vue,js}'
run: yarn lintOnly {staged_files} || (echo 'Run `lefthook run fix` to run autocorrect on staged files only'; exit 1)
run: yarn lintOnly --format compact {staged_files} || (echo 'Run `lefthook run fix` to run autocorrect on staged files only'; exit 1)
prettier:
run: yarn prettier --check {staged_files} --ignore-unknown

Expand All @@ -22,7 +22,7 @@ fix:
run: bundle exec rubocop --display-style-guide --extra-details --auto-correct --force-exclusion {staged_files}
eslint:
glob: 'app/frontend/**/*.{vue,js}'
run: yarn lintOnly {staged_files} --fix
run: yarn lintOnly --format compact {staged_files} --fix
prettier:
run: yarn prettier --write {staged_files} --ignore-unknown
# EXAMPLE USAGE
Expand Down

0 comments on commit a4837a2

Please sign in to comment.