Sha256: 0b6e094c8b5149ce06bf5272cc1a35538fd95c6c647b39257df449e42c83a037

Contents?: true

Size: 258 Bytes

Versions: 3

Compression:

Stored size: 258 Bytes

Contents

lint:
	make lint-ruby
	make lint-js
	make lint-schema

lint-fix:
	make lint-ruby-fix
	make lint-js-fix

lint-ruby:
	bundle exec rubocop

lint-ruby-fix:
	bundle exec rubocop -a

lint-js:
	yarn lint

lint-js-fix:
	yarn lint-fix

lint-schema:
	yarn lint-schema

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
marty-14.3.0 make-lint.mk
marty-14.0.0 make-lint.mk
marty-13.0.2 make-lint.mk