Skip to content

Commit 3576153

Browse files
committed
Fix earlier commit by moving the right 'standard'
Previous commit moved 'standard/standard' to the bottom of the list. It should have been 'testdouble/standard'. This commit fixes that, and addresses the changes requested in #739 (review)
1 parent 79418ba commit 3576153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collections/clean-code-linters/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ items:
1111
- PyCQA/flake8
1212
- python/black
1313
- checkstyle/checkstyle
14-
- testdouble/standard
14+
- standard/standard
1515
- rubocop-hq/rubocop
1616
- oclint/oclint
1717
- golang/lint
@@ -22,7 +22,7 @@ items:
2222
- rodjek/puppet-lint
2323
- koalaman/shellcheck
2424
- jimhester/lintr
25-
- standard/standard
25+
- testdouble/standard
2626
display_name: Clean code linters
2727
created_by: holman
2828
---

0 commit comments

Comments
 (0)