Permissions: -rw-r--r--
linters: - name: flake8 include: - '**.py' - name: yamllint include: - '**.yaml' - '**.yml' - name: jshint include: - '**.js' - name: jshint flags: ['--extract', 'always'] include: - '**.html' - name: shellcheck include: - '**.sh'