All Projects → shiguredo → luli

shiguredo / luli

Licence: Apache-2.0 license
A static analysis and linter tool for Lua

Programming Languages

lua
6591 projects
ocaml
1615 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Vim Script
2826 projects
Makefile
30231 projects

Projects that are alternatives of or similar to luli

duplex
Duplicate code finder for Elixir
Stars: ✭ 20 (-55.56%)
Mutual labels:  lint, static-analysis
Config Lint
Command line tool to validate configuration files
Stars: ✭ 118 (+162.22%)
Mutual labels:  lint, static-analysis
Exakat
The Exakat Engine : smart static analysis for PHP
Stars: ✭ 346 (+668.89%)
Mutual labels:  lint, static-analysis
pahout
A pair programming partner for writing better PHP. Pahout means PHP mahout 🐘
Stars: ✭ 43 (-4.44%)
Mutual labels:  lint, static-analysis
Woke
✊ Detect non-inclusive language in your source code.
Stars: ✭ 190 (+322.22%)
Mutual labels:  lint, static-analysis
Detekt
Static code analysis for Kotlin
Stars: ✭ 4,169 (+9164.44%)
Mutual labels:  lint, static-analysis
Cfn nag
Linting tool for CloudFormation templates
Stars: ✭ 808 (+1695.56%)
Mutual labels:  lint, static-analysis
Rubocop Rspec
Code style checking for RSpec files
Stars: ✭ 603 (+1240%)
Mutual labels:  lint, static-analysis
Cflint
Static code analysis for CFML (a linter)
Stars: ✭ 156 (+246.67%)
Mutual labels:  lint, static-analysis
Nodejsscan
nodejsscan is a static security code scanner for Node.js applications.
Stars: ✭ 1,874 (+4064.44%)
Mutual labels:  lint, static-analysis
shell-linter
A Github Action for ShellCheck
Stars: ✭ 58 (+28.89%)
Mutual labels:  lint, static-analysis
D Scanner
Swiss-army knife for D source code
Stars: ✭ 221 (+391.11%)
Mutual labels:  lint, static-analysis
mllint
`mllint` is a command-line utility to evaluate the technical quality of Python Machine Learning (ML) projects by means of static analysis of the project's repository.
Stars: ✭ 67 (+48.89%)
Mutual labels:  lint, static-analysis
Reviewdog
🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
Stars: ✭ 4,541 (+9991.11%)
Mutual labels:  lint, static-analysis
lints
Lint all your JavaScript, CSS, HTML, Markdown and Dockerfiles with a single command
Stars: ✭ 14 (-68.89%)
Mutual labels:  lint, static-analysis
Njsscan
njsscan is a semantic aware SAST tool that can find insecure code patterns in your Node.js applications.
Stars: ✭ 128 (+184.44%)
Mutual labels:  lint, static-analysis
Protoc Gen Lint
A plug-in for Google's Protocol Buffers (protobufs) compiler to lint .proto files for style violations.
Stars: ✭ 221 (+391.11%)
Mutual labels:  lint, static-analysis
lint-checks
A set of opinionated and useful lint checks
Stars: ✭ 61 (+35.56%)
Mutual labels:  lint, static-analysis
elm-lint
elm-lint lints Elm source code, to add additional guarantees to your project.
Stars: ✭ 27 (-40%)
Mutual labels:  lint
UTBotCpp
Tool that generates unit test by C/C++ source code, trying to reach all branches and maximize code coverage
Stars: ✭ 59 (+31.11%)
Mutual labels:  static-analysis

luli

License

Overview

luli is a static analysis and linter tool for Lua. luli enables you to detect various careful code can cause problems and unify coding style for projects or teams. With it, you can shorten time to worry about coding style and fixing careless mistakes, and reduce cost for development and maintenance.

About Coding Style

Now there are none of standard Lua coding styles. luli prepares a coding style by referring to Python's PEP8. Edit a configuration file to select warnings and errors for your projects.

Building luli

luli supports Mac OS X and Ubuntu Linux.

These tools are required to build luli. We recommend to using OPAM.

  • OCaml 4.04.0
  • OPAM 1.2.2
  • OMake 0.9.8.6-0.rc1
  • Core 113.33.02
  • Menhir 20160825
  • ucorelib 0.0.2

The following instructions are for building luli with OPAM.

1. Installing OCaml and OPAM

See installation instructions. Do not forget to specify OCaml version used by OPAM with opam switch command after OPAM installation, otherwise you may have trouble with version differences.

2. Installing the libraries

$ opam pin add omake 0.9.8.6-0.rc1
$ opam install core
$ opam install menhir
$ opam install ucorelib

5. Building luli

$ omake

Installing luli

Copy luli to your command path.

Running the Tests

Required:

  • Python 2.7.9 or later
  • nose 1.3.7 or later

Execution:

$ omake test

License

Copyright 2017 Shiguredo Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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