-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small improvements and support for absolute paths (#84)
* Remove pluginUntilBuild from gradle.properties to prevent plugin breaking in newer JetBrains IDEs Add '**openapi.yaml' to default list of included files Fixes to broken some URLs in README.md - improved some formatting and included details on using Absolute as well as relative paths for ruleset and included files. Added explanation that files must also be detected as JSON/YAML to be included. Changed field name for included path patterns Improved SpectralExternalAnnotator.kt isFileIncluded to also support absolute paths. Modified collectInformation and doAnnotate to also pass the PsiFile so that activity messace van iunclude the filename. Made failure to successfully run lintFile() log a warning message rather than debug so that use can see something in the IDE logs. Otherwise it fails silently. * Update src/main/kotlin/com/schwarzit/spectralIntellijPlugin/SpectralExternalAnnotator.kt Co-authored-by: Mark Brockhoff <95471369+markbrockhoff@users.noreply.github.com> * - Fixed wording in `README.md` - Changed failed execution of `spectral` subprocess to log an error instead of a warning - Updated version to 2.1.0 as per owner's request - Added a `CHANGELOG.md` entry as per owner's request * Update CHANGELOG.md Co-authored-by: Mark Brockhoff <95471369+markbrockhoff@users.noreply.github.com> --------- Co-authored-by: Mark Brockhoff <95471369+markbrockhoff@users.noreply.github.com>
- Loading branch information
1 parent
46b24ff
commit 44536b9
Showing
6 changed files
with
50 additions
and
25 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
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