Eris maintains an up-to-date set of reports for every file in a codebase.
- Fixed viewing projects with no files. - Changed fill3.Column to make it work with sorted lists. - Simplified Log class to not need fill3.Column. - Eris results will be cleared when the tools config changes. |
||
|---|---|---|
| appimage | ||
| eris | ||
| tests | ||
| BUGS | ||
| build-flatpak.py | ||
| com.github.ahamilton.eris.json | ||
| Dockerfile | ||
| eris-docker | ||
| eris-flatpak | ||
| install-dependencies | ||
| install-tools | ||
| LICENSE | ||
| LS_COLORS | ||
| make-appimage.py | ||
| make-flatpak-manifest.py | ||
| make-readme.py | ||
| README.md | ||
| setup.py | ||
| test-all | ||
| test_distributions.py | ||
| TODO | ||
Eris Codebase Monitor
Summary
Eris maintains an up-to-date set of reports for every file in a codebase.
Installation
Ubuntu (19.10)
# git clone https://github.com/ahamilton/eris
# cd eris
# ./install-dependencies
# python3.7 -m pip install .
# eris -h
Flatpak
# flatpak install org.freedesktop.Sdk/x86_64/18.08 # Install the required runtime
# Download flatpak bundle file from github releases page:
https://github.com/ahamilton/eris/releases
# flatpak install eris-2019-12-22.flatpak # Install the downloaded bundle
# flatpak run --filesystem=host com.github.ahamilton.eris -h
There is a wrapper script available to make running easier:
# git clone https://github.com/ahamilton/eris
# cp eris/eris-flatpak ~/bin/eris # e.g. Put wrapper script in your PATH
# eris -h
Docker
# git clone https://github.com/ahamilton/eris
# cd eris
# sudo docker build -t eris .
# cp eris-docker ~/bin/eris # e.g. Put wrapper script in your PATH
# eris -h
AppImage
# Download AppImage file from github releases page:
https://github.com/ahamilton/eris/releases
# chmod +x eris-2019-12-22.AppImage
# mv eris-2019-12-22.AppImage ~/bin/eris # e.g. Put appimage in your PATH
# eris -h
Tools
| Extensions(98) | Tools(60) |
|---|---|
| .* | contents • metadata • git_blame • git_log |
| .py | python_syntax • python_unittests • pytest • pydoc • mypy • python_coverage • pycodestyle • pydocstyle • pyflakes • pylint • python_gut • python_modulefinder • dis • python_mccabe • bandit |
| .pl .pm .t | perl_syntax • perldoc |
| .p6 .pm6 | perl6_syntax |
| .pod .pod6 | perldoc |
| .c .h | c_syntax_gcc • cppcheck |
| .cc .cpp .hpp | cpp_syntax_gcc • cppcheck |
| .rb | ruby_syntax |
| .lua | lua_syntax • lua_check |
| .js | js_syntax |
| .php | php7_syntax |
| .go | go_vet • golint • godoc |
| .bash .sh .dash .ksh | shellcheck |
| .wasm | wasm_validate • wasm_objdump |
| pdf2txt | |
| .html .htm | html_syntax • html2text • elinks |
| .yaml .yml | yamllint |
| .md .epub .docx .odt .rst | pandoc |
| .zip .jar .apk .egg .whl | zipinfo |
| .tar.gz .tgz | tar_gz |
| .tar.bz2 | tar_bz2 |
| .rar | unrar |
| .7z | 7z |
| .xz | unxz |
| .a | ar • nm |
| .o | objdump_headers • objdump_disassemble • readelf |
| .so | nm |
| .deb | dpkg_contents • dpkg_info |
| .rpm | rpm |
| .png .jpg .gif .bmp .tif .tiff .tga | mediainfo • pil |
| .svg .svgz | svglib |
| .mkv .mka .mks .ogg .ogm .avi .wav .mpeg .mpg .vob .mp4 .mpgv .mpv .m1v .m2v .mp2 .mp3 .asf .wma .wmv .qt .mov .rm .rmvb .ra .ifo .ac3 .dts .aac .flac .aiff .aifc .au .iff .flv .srt .ssa .ass .sami | mediainfo |
| .iso | isoinfo |