Failed Conditions
Push — develop ( 78df23...8d22aa )
by Reüel
09:06
created

js/src/progress-bar/save.js   A

Complexity

Total Complexity 1
Complexity/F 1

Size

Lines of Code 4
Function Count 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 4
rs 10
c 0
b 0
f 0
wmc 1
mnd 0
bc 0
fnc 1
bpm 0
cpm 1
noi 1
1
export default function save ( { attributes } ) {
0 ignored issues
show
Unused Code introduced by
The parameter attributes is not used and could be removed.

This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.

Loading history...
2
	// Return `null` to use server render callback.
3
	return null;
4
}