mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Stop using NOLINT for setup and teardown methods
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
ceb9d81f87
commit
d16668300e
@ -14,8 +14,8 @@ class Device;
|
||||
|
||||
class BuiltInFixture {
|
||||
public:
|
||||
void SetUp(NEO::Device *pDevice); // NOLINT(readability-identifier-naming)
|
||||
void TearDown(); // NOLINT(readability-identifier-naming)
|
||||
void setUp(NEO::Device *pDevice);
|
||||
void tearDown();
|
||||
|
||||
NEO::BuiltIns *pBuiltIns = nullptr;
|
||||
};
|
||||
|
Reference in New Issue
Block a user