Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrp01/lint-me-now
Opinionated code-style and rules for various linters and formatters - can be combined with mega-linter
https://github.com/mrp01/lint-me-now
Last synced: about 20 hours ago
JSON representation
Opinionated code-style and rules for various linters and formatters - can be combined with mega-linter
- Host: GitHub
- URL: https://github.com/mrp01/lint-me-now
- Owner: MrP01
- License: gpl-3.0
- Created: 2021-08-28T15:52:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T09:15:34.000Z (7 months ago)
- Last Synced: 2024-04-20T11:29:41.147Z (7 months ago)
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lint configurations
Opinionated code-style and rules for various linters and formatters - can be combined with mega-linter.
This repository aims to provide a central source of all necessary configuration for various,
but mainly my own projects or projects that I contribute to.To get started, either add a `pyproject.toml` or `.nitpick.toml` file to your repository:
```toml
[tool.nitpick]
style = ["github://MrP01/lint-me-now/nitpick-base-style.toml"]```
And feel free to add more styles, such as
- `nitpick-python-style.toml`
- `nitpick-javascript-style.toml`
- `nitpick-c-cpp-style.toml`
- `nitpick-shell-style.toml`
- `nitpick-latex-style.toml`To install the underlying tool, _nitpick_, simply
```bash
pipx install nitpick
```Then, within your repository, execute
`nitpick check`
or `nitpick fix`