6e32394e01
WIP #429 Added basic boilerplate for the pipeline index viz WIP #429 Removed the title WIP #429 Fixed columns (and text) WIP #429 Added open, delete actions WIP #429 Added double click to edit pipeline name WIP #429 Added check for empty, same name WIP #429 Added comment for thing to add next WIP #429 Added some thumbnail support and embedded support WIP #429 Fixed the thumbnail WIP #429 thumbnail updates WIP #429 Set background color and fixed updateNode bug WIP #429 Fixed update thumbnail deletion WIP #429 Added preview click-to-open WIP #429 Added empty message WIP #429 slight refactor WIP #429 Added executions text (better phrasing) WIP #429 Removed toolbar items WIP #429 Fixed remove undefined bug WIP #429 Updated seeds WIP #429 Added pipeline index css to ignore WIP #429 Fixed code climate issues WIP #429 Added csslint ignore file WIP #429 Fixed code climate issues WIP #429 Added csslint ignore block for materialize WIP #429 Added thumbnails to cifar10 example
36 linhas
595 B
YAML
36 linhas
595 B
YAML
---
|
|
engines:
|
|
csslint:
|
|
enabled: true
|
|
duplication:
|
|
enabled: true
|
|
exclude_fingerprints:
|
|
- 1e004cf4e49528a58a0ac3858112601c
|
|
config:
|
|
languages:
|
|
- ruby
|
|
- javascript
|
|
- python
|
|
- php
|
|
eslint:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.css"
|
|
- "**.inc"
|
|
- "**.js"
|
|
- "**.jsx"
|
|
- "**.module"
|
|
- "**.php"
|
|
- "**.py"
|
|
- "**.rb"
|
|
exclude_paths:
|
|
- config/
|
|
- test/
|
|
- src/common/lua.js
|
|
- src/common/js-yaml.min.js
|
|
- src/visualizers/widgets/TextEditor/lib/
|
|
- src/visualizers/widgets/PipelineIndex/styles/PipelineIndex.css
|