Sha256: 0def3db4b83f817d39fc5f6a13be5ee702b2549a44fc2eb1842a5896b3ebb4fe

Contents?: true

Size: 421 Bytes

Versions: 3

Compression:

Stored size: 421 Bytes

Contents

.PHONY: features

dependencies:
	bin/setup

outdated-dependencies:
	bundle outdated --only-explicit

features: clean
	bundle exec cucumber --profile report --fail-fast $(feature)

analysis:
	bundle exec rubocop

cleanup-analysis:
	bundle exec rubocop -A

cleanup-logs:
	rm -rf features/logs/*.log

cleanup-reports:
	rm -rf reports

cleanup-coverage:
	rm -rf coverage

clean: cleanup-logs cleanup-reports cleanup-coverage

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nonnative-1.34.0 Makefile
nonnative-1.31.0 Makefile
nonnative-1.30.0 Makefile