How to use the lintspaces.MESSAGES.NEWLINE_MAXIMUM_INVALIDVALUE function in lintspaces

To help you get started, we’ve selected a few lintspaces examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github schorfES / grunt-lintspaces / tests / test_newlines.js View on Github external
exec('grunt lintspaces:newlines_amount_invalid', execOptions, function(error, stdout) {
			var message = MESSAGES.NEWLINE_MAXIMUM_INVALIDVALUE.message.replace('{a}', '0');
			test.equal(stdout.indexOf(message) > -1, true,
				'A failure log message should appear when maximum newlines amount is less then 1.'
			);
			test.done();
		});
	}

lintspaces

Library for checking spaces in files

MIT
Latest version published 8 months ago

Package Health Score

69 / 100
Full package analysis