Skip to content

Commit f4e75a3

Browse files
committed
ignore ASHRAE and BEPS for cspell
1 parent 366f350 commit f4e75a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/@seed/api/audit-template/audit-template.service.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ export class AuditTemplateService {
99

1010
constructor() {
1111
this._reportTypes.next([
12-
{ name: 'ASHRAE Level 2 Report' },
12+
{ name: 'ASHRAE Level 2 Report' }, // cspell:disable-line
1313
{ name: 'Atlanta Report' },
1414
{ name: 'Baltimore Energy Audit Report' },
1515
{ name: 'Berkeley Report' },
1616
{ name: 'BRICR Phase 0/1' },
1717
{ name: 'Brisbane Energy Audit Report' },
18-
{ name: 'DC BEPS Energy Audit Report' },
19-
{ name: 'DC BEPS RCx Report' },
18+
{ name: 'DC BEPS Energy Audit Report' }, // cspell:disable-line
19+
{ name: 'DC BEPS RCx Report' }, // cspell:disable-line
2020
{ name: 'Demo City Report' },
2121
{ name: 'Denver Energy Audit Report' },
2222
{ name: 'EE-RLF Template' },

0 commit comments

Comments
 (0)