generated from TrueCloudLab/basic
Building custom linters on OS X #14
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/linters#14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I tried to build the noliteral linter on OS X following the instructions from the README. https://git.frostfs.info/TrueCloudLab/linters/src/branch/master/README.md?display=source#L26
In the output folder an SO library
external_linters.so
was created. However, the configuration example supposes there should be a Go source file: https://git.frostfs.info/TrueCloudLab/linters/src/branch/master/README.md?display=source#L54Thus, I've got two questions: