refactor: Moved all dev/docker files to /tools folder

This commit is contained in:
NGPixel
2017-08-12 15:11:27 -04:00
parent d6c5264f9e
commit 5f415a4045
16 changed files with 42 additions and 110 deletions

View File

@@ -69,7 +69,7 @@ describe('Code Linting', () => {
it('should pass PugLint validation', () => {
const PugLint = require('pug-lint')
const lint = new PugLint()
const pugConfig = fs.readJsonSync('.pug-lintrc.json')
const pugConfig = fs.readJsonSync('tools/.pug-lintrc.json')
lint.configure(pugConfig)
let report = lint.checkPath('./server/views')
expect(report).toPugLint()