Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion etc/eslint/rules/spellcheck.js
Comment thread
udaykakade25 marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Apache-2.0
*
* Copyright (c) 2024 The Stdlib Authors.
* Copyright (c) 2026 The Stdlib Authors.
Comment thread
udaykakade25 marked this conversation as resolved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -85,6 +85,7 @@ rules[ '@cspell/spellchecker' ] = [ 'warn', {
'evalrational',
'hommel',
'iget',
'imagf',
'iset',
'logcdf',
'logit',
Expand All @@ -105,6 +106,7 @@ rules[ '@cspell/spellchecker' ] = [ 'warn', {
'pvalues',
'randn',
'randu',
'realf',
'rpad',
'rtrim',
'significand',
Expand Down
Loading
Loading