aboutsummaryrefslogtreecommitdiffstats
path: root/gui/test/.jshintrc
blob: b2ce4eff44a0af0767198b91be08a67fe21b0b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "bitwise": true,
  "browser": true,
  "curly": true,
  "eqeqeq": true,
  "esnext": true,
  "jasmine": true,
  "latedef": true,
  "noarg": true,
  "node": true,
  "strict": true,
  "undef": true,
  "unused": true,
  "globals": {
    "angular": false,
    "inject": false
  }
}
pan class="p p-Indicator">: parser project: '{name}' jobs: - 'parser-verify-{stream}' stream: - master: branch: '{stream}' gs-pathname: '' disabled: false - colorado: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false - job-template: name: 'parser-verify-{stream}' disabled: '{obj:disabled}' parameters: - project-parameter: project: '{project}' - gerrit-parameter: branch: '{branch}' - 'opnfv-build-ubuntu-defaults' scm: - git-scm-gerrit triggers: - gerrit: server-name: 'gerrit.opnfv.org' trigger-on: - patchset-created-event: exclude-drafts: 'false' exclude-trivial-rebase: 'false' exclude-no-code-change: 'false' - draft-published-event - comment-added-contains-event: comment-contains-value: 'recheck' - comment-added-contains-event: comment-contains-value: 'reverify' projects: - project-compare-type: 'ANT' project-pattern: '{project}' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' forbidden-file-paths: - compare-type: ANT pattern: 'docs/**|.gitignore' builders: - shell: | #!/bin/bash set -o errexit set -o pipefail set -o xtrace export PATH=$PATH:/usr/local/bin/ # ut and pep8 check parser/tosca2heat echo "Running tox on tosca2heat/tosca-parser ..." cd $WORKSPACE/tosca2heat/tosca-parser && tox echo "Running tox on tosca2heat/heat-translator ..." cd $WORKSPACE/tosca2heat/heat-translator && tox