Skip to content

Commit

Permalink
setting up megalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Mar 17, 2024
1 parent ca4b8c9 commit ce02bbd
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/linters/.devskim.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"LanguageRuleIgnoreMap": {},
"OutputFile": "",
"Rules": [],
"RuleIds": [],
"IgnoreRuleIds": [],
"LanguagesPath": "",
"CommentsPath": "",
"OutputTextFormat": "",
"OutputFileFormat": "",
"Severities": [
"Critical",
"Important",
"Moderate",
"BestPractice",
"ManualReview"
],
"Confidences": [
"High",
"Medium"
],
"Globs": [
"**/.git/**",
"**/bin/**"
],
"DisableSuppression": false,
"DisableParallel": false,
"IgnoreDefaultRules": false,
"CrawlArchives": false,
"ExitCodeIsNumIssues": false,
"BasePath": "",
"AbsolutePaths": false,
"RespectGitIgnore": false,
"SkipExcerpts": false,
"ConsoleVerbosityLevel": "Information",
"DisableConsoleOutput": false,
"LogFileLevel": "Error",
"LogFilePath": null
}

0 comments on commit ce02bbd

Please sign in to comment.