File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 run : yarn run --silent check-format
100100 - name : Lint Javascript
101101 run : yarn run --silent lint -- --max-warnings 0
102- - name : Lint Markdown
103- run : yarn run --silent lint_md
104102 - name : Lint python
105103 run : flake8 $(git ls-files "*.py")
106104 - name : Lint Yaml
Original file line number Diff line number Diff line change 107107 "ft_sse_arn" : " cd tests/functional/sse-kms-migration && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json -t 10000 cleanup.js arnPrefix.js --exit" ,
108108 "install_ft_deps" : " yarn install aws-sdk@2.28.0 bluebird@3.3.1 mocha@2.3.4 mocha-junit-reporter@1.23.1 tv4@1.2.7" ,
109109 "lint" : " eslint $(git ls-files '*.js')" ,
110- "lint_md" : " mdlint $(git ls-files '*.md')" ,
111110 "format" : " prettier --write $(git ls-files '*.js' '*.mjs' '*.json' '*.md')" ,
112111 "check-format" : " prettier --check $(git ls-files '*.js' '*.mjs' '*.json' '*.md')" ,
113112 "mem_backend" : " S3BACKEND=mem node index.js" ,
You can’t perform that action at this time.
0 commit comments