All Projects → emacs-elsa → flycheck-elsa

emacs-elsa / flycheck-elsa

Licence: other
Flycheck integration for Elsa---Emacs lisp static analyzer

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to flycheck-elsa

phpstan.el
Interface to PHPStan (PHP static analyzer)
Stars: ✭ 22 (-12%)
Mutual labels:  static-analysis, flycheck
sleighcraft
sleigh craft!
Stars: ✭ 221 (+784%)
Mutual labels:  static-analysis
jayhorn
Static checker for Java
Stars: ✭ 54 (+116%)
Mutual labels:  static-analysis
gha-setup-scancentral-client
GitHub Action to set up Fortify ScanCentral Client
Stars: ✭ 15 (-40%)
Mutual labels:  static-analysis
ethereum-dasm
An ethereum evm bytecode disassembler and static/dynamic analysis tool
Stars: ✭ 121 (+384%)
Mutual labels:  static-analysis
Android-Malware-Detection
Android malware detection using static and dynamic analysis
Stars: ✭ 18 (-28%)
Mutual labels:  static-analysis
static-code-analysis-plugin
A plugin to simplify Static Code Analysis on Gradle. Not restricted to, but specially useful, in Android projects, by making sure all analysis can access the SDK classes.
Stars: ✭ 36 (+44%)
Mutual labels:  static-analysis
progge.rs
Program analysis playground for a simple, imperative language
Stars: ✭ 29 (+16%)
Mutual labels:  static-analysis
monadic-cfa
Generic implementation of different CFA families based on monadic decomposition
Stars: ✭ 16 (-36%)
Mutual labels:  static-analysis
analysis-net
Static analysis framework for .NET programs.
Stars: ✭ 19 (-24%)
Mutual labels:  static-analysis
infrared
✨🚀 Blazing fast, inferred static type checker for JavaScript.
Stars: ✭ 46 (+84%)
Mutual labels:  static-analysis
rair-core
RAIR: RAdare In Rust
Stars: ✭ 63 (+152%)
Mutual labels:  static-analysis
qodana-action
⚙️ Scan your Java, Kotlin, PHP, Python, JavaScript, TypeScript projects at GitHub with Qodana
Stars: ✭ 112 (+348%)
Mutual labels:  static-analysis
golintui
A simple terminal UI for Go linters
Stars: ✭ 73 (+192%)
Mutual labels:  static-analysis
bridgecrew-action
This Github Action runs Bridgecrew against an Infrastructure-as-Code repository. Bridgecrew performs static security analysis of Terraform & CloudFormation Infrastructure code.
Stars: ✭ 52 (+108%)
Mutual labels:  static-analysis
pahout
A pair programming partner for writing better PHP. Pahout means PHP mahout 🐘
Stars: ✭ 43 (+72%)
Mutual labels:  static-analysis
addlint
An example linter written with go/analysis for tutorial purposes
Stars: ✭ 49 (+96%)
Mutual labels:  static-analysis
automutate
Applies waves of mutations provided by other tools, such as linters or codemods.
Stars: ✭ 13 (-48%)
Mutual labels:  static-analysis
crusher
No description or website provided.
Stars: ✭ 21 (-16%)
Mutual labels:  static-analysis
MalScan
A Simple PE File Heuristics Scanners
Stars: ✭ 41 (+64%)
Mutual labels:  static-analysis

flycheck-elsa - Flycheck for Elsa

Integration of Elsa into Flycheck.

Elsa in Cask projects

The recommended way to use Elsa is with Cask.

Installation

Install flycheck-elsa from MELPA or MELPA Stable and add the following to your init.el:

(add-hook 'emacs-lisp-mode-hook #'flycheck-elsa-setup)

We require that cask executable is usable from Emacs. You can test this by evaluating (executable-find "cask"). If this returns nil, you need to add your cask directory to exec-path. With the default Cask installation evaluating the following snippet should be enough:

(push (format "/home/%s/.cask/bin/" (user-login-name)) exec-path)

You can also use the amazing exec-path-from-shell to initialize your exec-path from your shell's $PATH.

Usage

Just use Flycheck as usual in your Cask projects.

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].