This linter detects the #include of *.c ,*.cc or *.cpp file.
Depends on D3333
Differential D3318
[LINTER] Prevent including a source file Fabien on Jun 13 2019, 15:50. Authored by Tags None Subscribers None
Details
This linter detects the #include of *.c ,*.cc or *.cpp file. Depends on D3333 Modify src/init.cpp to include a *.c, *.cc or *.cpp file. arc lint -- src/init.cpp Check the linter detects the inclusion and thrown an error.
Diff Detail
Event TimelineComment Actions @deadalnix Yes this error did appear: I considered having a single linter, but as long as there is no performance penalty (arc linting all takes < 0.5s) I prefer leaving them separated.
|