Building custom linters on OS X #14

Closed
opened 2024-01-10 10:30:55 +00:00 by ironbee · 1 comment

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#L54

Thus, I've got two questions:

  1. Is the sample configuration correct?
  2. Do we support building the linters on Linux only?
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#L54 Thus, I've got two questions: 1) Is the sample configuration correct? 2) Do we support building the linters on Linux only?
  1. Yes.
  2. Yes.
1. Yes. 2. Yes.
Sign in to join this conversation.
No description provided.