a31043d661
* WIP #828 Added icons for main nav bar * WIP #828 Change active node using the icons on the left * WIP #828 Basic panel loading * WIP #828 Added visualizers for each option * WIP #828 Added active indicator of icons * WIP #828 Added Architecture card * WIP #828-Removed unnecessary MainViewControl * WIP #828 Added thumbnail support to arch editor * WIP #828 Added basic table for ArtifactIndex * WIP #828 Added artifact delete support * WIP #828 Removed unnecessary arg from completeTransaction * WIP #828 Added size info and download link * WIP #828 italicized the type * WIP #828 Added SidebarLayout * WIP #828 Updated nav viz for SideBarLayout * WIP #828 Removed panel loading from MainView * WIP #828 Updated breadcrumb header to hide root children * WIP #828 Updated Index views for each container in root * WIP #828 Added ArchIndex * WIP #828 Fixed the sidebar height * WIP #828 Fixed nav bar size; layout left value * WIP #828 Renamed Sidebar (layout/viz), added ForwardViz * WIP #828 Fixed highlight on refresh * WIP #828 Fixed overlap w/ dropdown menu * WIP #828 Added support for old projects * WIP #828 Fixed old project errors * WIP #828 Fixed flashing when clicking 'HOME' on the breadcrumb path * WIP #828 Fixed the text alignment for the exec container * WIP #828 Centered text * WIP #828 Added creation time to artifact index * WIP #828 Fixed code climate issues
39 linhas
724 B
YAML
39 linhas
724 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/Sidebar/lib/
|
|
- src/visualizers/widgets/TextEditor/lib/
|
|
- src/visualizers/widgets/PipelineIndex/styles/PipelineIndex.css
|
|
- src/visualizers/widgets/LineGraph/lib/
|
|
- src/visualizers/widgets/PipelineEditor/klay.js
|