Skip to content

Commit

Permalink
Merge branch 'add-abr-protocols' of https://github.com/Opentrons/open…
Browse files Browse the repository at this point in the history
…trons into add-abr-protocols
  • Loading branch information
rclarke0 committed Nov 8, 2024
2 parents c22c23d + 13a309f commit 5c73907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ lint-js-prettier:

.PHONY: lint-json
lint-json:
yarn eslint --max-warnings 0 --ext .json .
yarn eslint --ignore-pattern "abr-testing/protocols/" --max-warnings 0 --ext .json .

.PHONY: lint-css
lint-css:
Expand Down

0 comments on commit 5c73907

Please sign in to comment.