-
.editorconfig:
```
# top-most EditorConfig file
root = true
[**.{kt,kts}]
indent_size=4
insert_final_newline=true
max_line_length=off
# Comma-separated list of rules to disable
disabled…
-
It would be nice to have an Editor Config lint tool, which could be run within the CLI or integrated into an Editor (as it is right now).
-
```
❯ git clone https://github.com/divnix/devos.git
Cloning into 'devos'...
remote: Enumerating objects: 6813, done.
remote: Counting objects: 100% (2052/2052), done.
remote: Compressing objects:…
-
**Describe the bug**
`isort` does not respect `skip` and `skip_glob` configuration options.
**To Reproduce**
Steps to reproduce the behavior:
1. Create `file.py` with the following content…
-
#### Description :octocat:
I keep getting errors saying `File mode specification error: (void-function smartparens-mode)`
in the messages buffer after I load a file. Similar messages about something…
-
Even if it's good explains on [Text Reporter](https://github.com/nvuillam/mega-linter/blob/v4.46.0/docs/reporters/TextReporter.md) section of documentation, with screenshots, there is a situation wher…
-
# Step 1/6 - Create a git branch
- Create a branch called `feature/setup`
If you don't remember how to create a branch, check the references in the previous issues.
**Note**: From here, the issues …
-
**Describe the bug**
Different results between Github Action run and Locally run on same source code
**To Reproduce**
1. Get Docker image `nvuillam/mega-linter-php:v4` with digest sha256 value :…
-
## Expected Behavior
Instalation should work, following instructions verbatim, please note I use main as per the docs in git
## Current Behavior
Error message
## Possible Solution
## Step…
-
**Describe the bug**
Trying to ignore rules with Dockerfilelint config file
**To Reproduce**
Run locally with command `docker run -v $(pwd):/tmp/lint nvuillam/mega-linter-php:latest mega-linter-r…