Skip to content

Commit

Permalink
fix: .ribocop.yml -> .rubocop-md.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Nov 14, 2023
1 parent 23271c2 commit 9add0cf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:
uses: anycable/github-actions/.github/workflows/docs-lint.yml@master
with:
mdl-path: "*.md"
rubocop: false
forspell-args: "*.md"
lychee-args: docs/* --exclude "(recipes|profilers|misc)/"
File renamed without changes.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pre-commit:
rubocop:
tags: style
glob: "**/*.md"
run: BUNDLE_GEMFILE=gemfiles/rubocop.gemfile bundle exec rubocop {staged_files}
run: BUNDLE_GEMFILE=gemfiles/rubocop.gemfile bundle exec rubocop -c .rubocop-md.yml {staged_files}

0 comments on commit 9add0cf

Please sign in to comment.