Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: files not linting #320

Merged
merged 1 commit into from
Nov 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 72 additions & 3 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,47 +82,68 @@
"WORKDIR",
"Whitespaces",
"aestasit",
"Affero",
"agorapulse",
"analyse",
"anymatch",
"appender",
"Appender",
"archy",
"argparse",
"arity",
"arrayish",
"atlassian",
"Autofixable",
"autofixing",
"beakerx",
"behaviour",
"Behl",
"Behlül",
"blablabla",
"Blablabla",
"btime",
"callsites",
"camelcase",
"cdci",
"chardet",
"Charsets",
"chownr",
"circleci",
"CLASSNAME",
"CLASSPATH",
"clientid",
"cliui",
"Cloneable",
"Codacy",
"codecov",
"codehaus",
"codenarc",
"Codenarc",
"CODENARC",
"codenarcargs",
"Commandline",
"commondir",
"COPYPASTE",
"Creds",
"cvfm",
"decamelize",
"dfsg",
"Dlogging",
"docwhat",
"Dorg",
"dotenv",
"doublons",
"ecnfo",
"ECONNREFUSED",
"entrypoint",
"ENTRYPOINT",
"eslintcache",
"espree",
"esquery",
"esrecurse",
"estraverse",
"esutils",
"ETIMEOUT",
"excptn",
"extglob",
"failon",
Expand All @@ -131,14 +152,19 @@
"failonwarning",
"favicon",
"filechooser",
"FILEIO",
"fileoverview",
"fileset",
"finalise",
"Finalizers",
"fixrules",
"Fixrules",
"flattendeep",
"fontawesome",
"Fresources",
"fromentries",
"fsevents",
"Ftest",
"fullwidth",
"gaelyk",
"gaiden",
Expand All @@ -148,6 +174,7 @@
"getownpropertydescriptors",
"gitattributes",
"gmetrics",
"Gorm",
"gpars",
"gperfutils",
"gprof",
Expand All @@ -165,21 +192,30 @@
"grooylintrc",
"hadolint",
"hasha",
"Hashtable",
"hostedtoolcache",
"httpbuilder",
"httpserver",
"ignorepattern",
"imurmurhash",
"Inet",
"ìnfo",
"infrastructor",
"Instanceof",
"Intall",
"isarray",
"isexe",
"Javadoc",
"javaexecutable",
"javaoptions",
"javascripts",
"javax",
"jdbc",
"Jdbc",
"jdeploy",
"jenkinsfile",
"Jenkinsfile",
"Jenkinsfiles",
"jenkinsjobdsl",
"jenkinspipeline",
"jenkinssharedlib",
Expand All @@ -194,6 +230,7 @@
"katalon",
"killserver",
"kisswebframework",
"Kopka",
"lcov",
"lelama",
"lelamanul",
Expand All @@ -202,16 +239,23 @@
"lintagainafterfix",
"logback",
"loglevel",
"Loopback",
"markdownlint",
"materialx",
"megalinter",
"Metadatas",
"Microbundle",
"micronaut",
"microservice",
"minipass",
"minizlib",
"Misordered",
"mkdocs",
"modelcatalogue",
"mygroovyfile",
"MYOTHERVAR",
"MYVAR",
"NEWLINECLOSINGBRACE",
"nextflow",
"njre",
"nolintafter",
Expand All @@ -220,13 +264,18 @@
"notif",
"notkept",
"nuxt",
"Nuxt",
"nvuillam",
"Objs",
"occurrences",
"openjdk",
"optionator",
"OPTIONNAME",
"optns",
"orgs",
"overridden",
"PARAMNAME",
"Pawel",
"pawelkopka",
"pckg",
"pdxc",
Expand All @@ -235,27 +284,39 @@
"pids",
"pify",
"preload",
"Println",
"processinfo",
"promisified",
"PROSELINT",
"pymdownx",
"ratpack",
"readdirp",
"regexpp",
"restassured",
"returnrules",
"ruleset",
"Ruleset",
"rulesetfiles",
"rulesets",
"Rulesets",
"rulesetsoverridetype",
"sarif",
"Sarif",
"SARIF",
"SEMGREP",
"Serv",
"serverhost",
"serverport",
"Servlet",
"setalias",
"sfdx",
"simplelogger",
"Slctn",
"Slurper",
"soapui",
"socio",
"sourcefilepath",
"sourcefiles",
"spdx",
"spreadsheetbuilder",
"springboot",
Expand All @@ -267,17 +328,21 @@
"stehno",
"stevenh",
"stylelint",
"Sublicensing",
"superlite",
"sysgears",
"Tablesort",
"tmptest",
"trimend",
"trimleft",
"trimright",
"trimstart",
"TRIVY",
"tsbuildinfo",
"twemoji",
"twhateverelse",
"typedarray",
"Uçar",
"ufeff",
"uncommented",
"universalify",
Expand All @@ -286,17 +351,21 @@
"updt",
"uuidv",
"uuuurf",
"VARNAME",
"vertx",
"vuepress",
"Vuillamy",
"warhod",
"wesh",
"whateverelse",
"Whitespaces",
"WIPO",
"WORKDIR",
"wrappy",
"wscript",
"yallist",
"yessss",
"zalgo",
"zpars",
"\u00ecnfo"
"zpars"
]
}
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## UNRELEASED

- Fix files specified on the command line not linting as expected
- Fix incompatible arguments passed to CodeNarc
- Fix command line -ext extensions not being processed
- Fix use of includes instead of exclude parameters

## [12.2.0] 2023-11-26

- Upgrade java-caller dependency to 3.2.0 (Now handles Mac M1)
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## UNRELEASED

- Fix files specified on the command line not linting as expected
- Fix incompatible arguments passed to CodeNarc
- Fix command line -ext extensions not being processed
- Fix use of includes instead of exclude parameters

## [12.2.0] 2023-11-26

- Upgrade java-caller dependency to 3.2.0 (Now handles Mac M1)
Expand Down
14 changes: 7 additions & 7 deletions groovy/src/main/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Class-Path: CodeNarc-3.1.0.jar GMetrics-2.1.0.jar groovy/lib/ant-1.10.
11.jar groovy/lib/ant-launcher-1.10.11.jar groovy/lib/commons-cli-1.4
.jar groovy/lib/groovy-3.0.9.jar groovy/lib/groovy-ant-3.0.9.jar groo
vy/lib/groovy-cli-commons-3.0.9.jar groovy/lib/groovy-dateutil-3.0.9.
jar groovy/lib/groovy-json-3.0.9.jar groovy/lib/groovy-templates-3.0.
9.jar groovy/lib/groovy-xml-3.0.9.jar logback-classic-1.4.9.jar logba
ck-core-1.4.9.jar slf4j-api-2.0.9.jar
Class-Path: CodeNarc-3.4.0-alpha+3346775f.jar GMetrics-2.1.0.jar groov
y/lib/ant-1.10.11.jar groovy/lib/ant-launcher-1.10.11.jar groovy/lib/
commons-cli-1.4.jar groovy/lib/groovy-3.0.9.jar groovy/lib/groovy-ant
-3.0.9.jar groovy/lib/groovy-cli-commons-3.0.9.jar groovy/lib/groovy-
dateutil-3.0.9.jar groovy/lib/groovy-json-3.0.9.jar groovy/lib/groovy
-templates-3.0.9.jar groovy/lib/groovy-xml-3.0.9.jar logback-classic-
1.4.9.jar logback-core-1.4.9.jar slf4j-api-2.0.9.jar
Created-By: 1.8.0_144 (Oracle Corporation)
Main-Class: com.nvuillam.CodeNarcServer
Loading
Loading