-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix files specified on the command line not linting as expected due to the generated patterns not working as intended if relative path that contains a file and not a directory. Fix command line -ext extensions not being processed correctly and matching too many files as it was missing the prefix. Also: * Fix README.md typo * Run dev:pre-commit to update CHANGELOG.md * Add more cspell entries
- Loading branch information
Showing
8 changed files
with
152 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.0-pre.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 | ||
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 l | ||
ogback-core-1.4.9.jar slf4j-api-2.0.9.jar | ||
Created-By: 1.8.0_144 (Oracle Corporation) | ||
Main-Class: com.nvuillam.CodeNarcServer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.