File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - checkout
2121 - solidusio_extensions/run-tests-solidus-master
2222 - solidusio_extensions/store-test-results
23+
2324 run-specs-with-mysql :
2425 executor :
2526 name : solidusio_extensions/mysql
@@ -40,13 +41,20 @@ jobs:
4041 - solidusio_extensions/run-tests-solidus-older
4142 - solidusio_extensions/store-test-results
4243
44+ lint-code :
45+ executor : solidusio_extensions/sqlite-memory
46+ steps :
47+ - browser-tools/install-browser-tools
48+ - solidusio_extensions/lint-code
4349
4450workflows :
4551 " Run specs on supported Solidus versions " :
4652 jobs :
4753 - run-specs-with-postgres
4854 - run-specs-with-mysql
4955 - run-specs-with-sqlite
56+ - lint-code
57+
5058 " Weekly run specs against master " :
5159 triggers :
5260 - schedule :
Original file line number Diff line number Diff line change 1+ inherit_from : .rubocop_todo.yml
2+
13require :
24 - solidus_dev_support/rubocop
5+
6+ AllCops :
7+ NewCops : disable
You can’t perform that action at this time.
0 commit comments