All Projects → analysis-dev → save-cloud

analysis-dev / save-cloud

Licence: MIT license
Cluster-based cloud mechanism for running SAVE framework

Programming Languages

kotlin
9241 projects
shell
77523 projects
SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Smarty
1635 projects

Projects that are alternatives of or similar to save-cloud

flextool
C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse language, etc.)
Stars: ✭ 32 (+6.67%)
Mutual labels:  static-analysis, codestyle
sonar-css-plugin
SonarQube CSS / SCSS / Less Analyzer
Stars: ✭ 46 (+53.33%)
Mutual labels:  static-analysis
phantom-types
Phantom types for Python.
Stars: ✭ 120 (+300%)
Mutual labels:  static-analysis
php-codesniffer-sniffs
Custom sniffs for PHP_CodeSniffer
Stars: ✭ 16 (-46.67%)
Mutual labels:  static-analysis
dmn-check
A tool which performs static analyses on Decision Model Notation (DMN) files to detect bugs
Stars: ✭ 34 (+13.33%)
Mutual labels:  static-analysis
adelaide
The SECBIT Static Analysis Extension to Solidity Compiler
Stars: ✭ 16 (-46.67%)
Mutual labels:  static-analysis
cmake-init
The missing CMake project initializer
Stars: ✭ 1,071 (+3470%)
Mutual labels:  static-analysis
vim-phpstan
A Vim plugin for PHPStan - https://github.com/phpstan/phpstan. It calls `phpstan` to do static analysis of your PHP code and displays the errors in Vim's quickfix list.
Stars: ✭ 26 (-13.33%)
Mutual labels:  static-analysis
Scalpel
Scalpel: The Python Static Analysis Framework
Stars: ✭ 176 (+486.67%)
Mutual labels:  static-analysis
go-perfguard
CPU-guided performance analyzer for Go
Stars: ✭ 58 (+93.33%)
Mutual labels:  static-analysis
phpstan-wordpress
WordPress extensions for PHPStan ⛏️
Stars: ✭ 182 (+506.67%)
Mutual labels:  static-analysis
phpstan-phpspec
PhpSpec extension for PHPStan
Stars: ✭ 19 (-36.67%)
Mutual labels:  static-analysis
Fortran-Tools
Fortran compilers, preprocessors, static analyzers, transpilers, IDEs, build systems, etc.
Stars: ✭ 31 (+3.33%)
Mutual labels:  static-analysis
bismon
persistent monitor (for static source code analysis, GCC based)
Stars: ✭ 45 (+50%)
Mutual labels:  static-analysis
gqlanalysis
gqlanalysis makes easy to develop static analysis tools for GraphQL in Go.
Stars: ✭ 36 (+20%)
Mutual labels:  static-analysis
lints
Lint all your JavaScript, CSS, HTML, Markdown and Dockerfiles with a single command
Stars: ✭ 14 (-53.33%)
Mutual labels:  static-analysis
kcc
A Small C Compiler
Stars: ✭ 18 (-40%)
Mutual labels:  static-analysis
eslint-config-yara
Yara Digital Labs JavaScript Style Guide
Stars: ✭ 12 (-60%)
Mutual labels:  codestyle
nestif
Detect deeply nested if statements in Go source code
Stars: ✭ 30 (+0%)
Mutual labels:  static-analysis
PHPDoctor
🏥 PHPDoctor: Check files, full directories or strings for missing or bad PHPDoc types.
Stars: ✭ 54 (+80%)
Mutual labels:  static-analysis

Build and test License codecov

What is SAVE?

SAVE (Software Analysis Verification & Evaluation) - is an eco-system for measuring, testing and certification of software tools. Instead of writing your test framework SAVE will provide you a command line application and with a test sets for the language that you are developing analyzer/compiler/or any other dev-tool for. It provides you also a cloud service that can be used to determine the readiness of your tool. SAVE has a committee of software analysis and system programming experts that regularly update tests and discuss the best practices for particular programming languages.

Motivation

Motivation of this project

How it looks like from the high-level perspective?

SAVE processing FOSSA Status

What is SAVE Cloud?

SAVE Cloud is a service for executing tests using the SAVE tool. You can provide a link to a git repository with a project, configured to run SAVE. These tests will then be executed server-side, providing you access to execution results, statistics and logs.

How it looks like for a user?

image image

Build

To build the project and run all tests, execute ./gradlew build. For more detailed instructions, including deployment instructions, see save-deploy/README.md.

Architecture and design

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].