All Projects → uber → lint-checks

uber / lint-checks

Licence: Apache-2.0 license
A set of opinionated and useful lint checks

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to lint-checks

Reviewdog
🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
Stars: ✭ 4,541 (+7344.26%)
Mutual labels:  lint, static-analysis
duplex
Duplicate code finder for Elixir
Stars: ✭ 20 (-67.21%)
Mutual labels:  lint, static-analysis
Exakat
The Exakat Engine : smart static analysis for PHP
Stars: ✭ 346 (+467.21%)
Mutual labels:  lint, static-analysis
shell-linter
A Github Action for ShellCheck
Stars: ✭ 58 (-4.92%)
Mutual labels:  lint, static-analysis
Cflint
Static code analysis for CFML (a linter)
Stars: ✭ 156 (+155.74%)
Mutual labels:  lint, static-analysis
pahout
A pair programming partner for writing better PHP. Pahout means PHP mahout 🐘
Stars: ✭ 43 (-29.51%)
Mutual labels:  lint, static-analysis
Cfn nag
Linting tool for CloudFormation templates
Stars: ✭ 808 (+1224.59%)
Mutual labels:  lint, static-analysis
Saferwall
A hackable malware sandbox for the 21st Century
Stars: ✭ 419 (+586.89%)
Mutual labels:  sandbox, static-analysis
Nodejsscan
nodejsscan is a static security code scanner for Node.js applications.
Stars: ✭ 1,874 (+2972.13%)
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 (+109.84%)
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 (+9.84%)
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 (+262.3%)
Mutual labels:  lint, static-analysis
lints
Lint all your JavaScript, CSS, HTML, Markdown and Dockerfiles with a single command
Stars: ✭ 14 (-77.05%)
Mutual labels:  lint, static-analysis
Detekt
Static code analysis for Kotlin
Stars: ✭ 4,169 (+6734.43%)
Mutual labels:  lint, static-analysis
luli
A static analysis and linter tool for Lua
Stars: ✭ 45 (-26.23%)
Mutual labels:  lint, static-analysis
Rubocop Rspec
Code style checking for RSpec files
Stars: ✭ 603 (+888.52%)
Mutual labels:  lint, static-analysis
Config Lint
Command line tool to validate configuration files
Stars: ✭ 118 (+93.44%)
Mutual labels:  lint, static-analysis
Woke
✊ Detect non-inclusive language in your source code.
Stars: ✭ 190 (+211.48%)
Mutual labels:  lint, static-analysis
D Scanner
Swiss-army knife for D source code
Stars: ✭ 221 (+262.3%)
Mutual labels:  lint, static-analysis
rhino
Agile Sandbox for analyzing Windows, Linux and macOS malware and execution behaviors
Stars: ✭ 49 (-19.67%)
Mutual labels:  sandbox

Lint Checks

Build

Motivation

As a codebase increases in size and complexity, static analysis checks become a very useful tool in ensuring high quality, bug free code. This repository provides a collection of lint checks based on Android Lint that guard against common pitfalls and bugs that you might encounter in day to day development.

See project website for more details.

This project is experimental and the APIs are not considered stable.

Download

Java/Kotlin Lint Checks

Maven Central

lintChecks "com.uber.lint-checks:lint-checks:x.y.z"

Android Lint Checks

Maven Central

lintChecks "com.uber.lint-checks:lint-checks-android:x.y.z"

RxJava Lint Checks

Maven Central

lintChecks "com.uber.lint-checks:lint-checks-rxjava:x.y.z"

License

Copyright (C) 2019 Uber Technologies

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