GitHub - pbrisbin/codeclimate-hlint: Code Climate HLint Engine (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
Explore - Why GitHub
- All features
- Documentation
- GitHub Skills
- Blog
- By company size
- Topics
- Pricing
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
This repository was archived by the owner on Dec 16, 2017. It is now read-only.
pbrisbin / codeclimate-hlint Public archive
- Notifications You must be signed in to change notification settings
- Fork4
- Star 7
Code Climate HLint Engine
License
7 stars 4 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
Folders and files
Name | Name | Last commit message | Last commit date |
---|---|---|---|
Latest commitHistory54 Commits | |||
src/CC | src/CC | ||
test | test | ||
.codeclimate.yml | .codeclimate.yml | ||
.dockerignore | .dockerignore | ||
.gitignore | .gitignore | ||
.stylish-haskell.yaml | .stylish-haskell.yaml | ||
Build.dockerfile | Build.dockerfile | ||
Dockerfile | Dockerfile | ||
LICENSE | LICENSE | ||
Makefile | Makefile | ||
README.md | README.md | ||
circle.yml | circle.yml | ||
engine.cabal | engine.cabal | ||
main.hs | main.hs | ||
stack.yaml | stack.yaml |
Repository files navigation
NOTE: The machinery needed to run HLint as a Code Climate engine was merged upstream. Please see https://github.com/ndmitchell/hlint for details and to report Issues. This project has been archived.
Code Climate Engine to run HLint
Installation
git clone https://github.com/pbrisbin/codeclimate-hlint
cd codeclimate-hlint
make release
Usage
.codeclimate.yml
engines: hlint: enabled: true
codeclimate analyze
Development
Install stack
stack setup
stack build
stack test
About
Code Climate HLint Engine
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages
No packages published