Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Fixed codelyzer path #192

Merged
merged 4 commits into from
Jun 20, 2017
Merged

Fixed codelyzer path #192

merged 4 commits into from
Jun 20, 2017

Conversation

Blackbaud-SteveBrush
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented Jun 19, 2017

Codecov Report

Merging #192 into rc-ng4-upgrade will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           rc-ng4-upgrade   #192   +/-   ##
=============================================
  Coverage             100%   100%           
=============================================
  Files                  39     39           
  Lines                 947    947           
  Branches              144    144           
=============================================
  Hits                  947    947
Flag Coverage Δ
#builder 100% <ø> (ø) ⬆️
#runtime 100% <ø> (ø) ⬆️
#srcapp 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 189eb63...923aa90. Read the comment docs.

@@ -1,14 +1,21 @@
{
"rulesDirectory": [
"node_modules/codelyzer"
"codelyzer"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Blackbaud-SteveBrush any insight into this change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change fixes the issue of requiring SPAs to have their own version of codelyzer listed in package.json. "These values are handled using node module resolution semantics..."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"public-before-private",
"static-before-instance",
"variables-before-functions"
{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems consistent with https://palantir.github.io/tslint/rules/member-ordering/, is this an updated syntax to what we currently have?

Copy link
Member Author

@Blackbaud-SteveBrush Blackbaud-SteveBrush Jun 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. TSLint was updated, comes with modified rules.

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit 314aefd into rc-ng4-upgrade Jun 20, 2017
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the fix-test branch June 20, 2017 14:44
@Blackbaud-SteveBrush Blackbaud-SteveBrush restored the fix-test branch June 20, 2017 14:44
Blackbaud-PaulCrowder pushed a commit that referenced this pull request Jul 5, 2017
* Update angular (#189)

* Updated dependencies

* Updated skyux2 version

* Updated dependencies

* Using template branch for testing

* Reverted protractor config

* Pointing to dev branch for local testing

* Updated package json

* Using explicit types

* Updated version of skyux

* Updated dependencies

* Fixed linting errors

* Added fontfaceobserver to types

* Fixed tslint errors

* Fixed tslint errors

* Ensure that the files are not directories

* Update tests for file processor

* Update plugin-file-processor.js

* Update plugin-file-processor.spec.js

* Updated version of skyux

* Updated config

* Added specific version of firefox

* Updated tsconfig

* Updating travis version

* Updated version of firefox

* Updated directconnect

* Updated protractor

* Added firfox launcher

* Removed directConnect

* Reverting back to directConnect

* Removed firefox

* Re-added firefox

* Accepting insecure certs

* Enabled directconnect

* use chrome with chromOptions in protractor-dev.conf.js

* add sources to travis.yml

* add dist: trusty

* Removed tsconfig paths

* Update typescript-loader

* Simpler method for avoiding directories

* As ts-node option and fix e2e test

* updates for rc.0 release (#190)

* Omnibar config (#193)

* Using omnibarConfigMap for envid/svcid

* Fixing implicit any

* Fixed codelyzer path (#192)

* Fixed codelyzer path

* Added node_modules to excludes

* Readded node_modules

* Ignore public directory when generating components (#187)

* Added ignore pattern to component generator

* Component generator should ignore public folder

* Updated ignore pattern

* Plugin File Processor should not check directories (#186)

* Do not check directories

* Added nodir option

* Updated CHANGELOG.md and package.json for 1.0.0-rc.1 (#194)

* Updated template branch, bug fix for component pattern (#195)

* Updated branch to master

* Fixed bug with ignore components pattern

* Updated unit tests

* Release 1.0.0 rc.2 (#196)

* Update CHANGELOG.md

* Update package.json

* Remove extra s. (#197)

* Fixed type error, updated SKY UX (#199)

* Fixed type error

* Updated skyux

* Updated skyux

* Release 1.0.0 rc.3 (#200)

* Fixed type error

* Updated skyux

* Updated skyux

* Update package.json

* Update CHANGELOG.md

* Param functionality (#201)

* Fixed typo in OmnibarConfigMap.  Allowing querystring params to be case insensitive

* Test cleanup

* Removed unnecessary mapping functionality

* Fixed `skyux test/watch` performance (#202)

* Removed tslint-loader
* Created custom sky-tslint loader

* Release 1.0.0-rc.4 (#207)

* Updated changelog, version

* Update CHANGELOG.md

* Update CHANGELOG.md

* Added to skyux builder (#204)

* Updated package dependencies (#208)

* Updated package dependencies

* Update skyux version

* use appropriate template branch

* Add hash routing option for easy mode. (#206)

* Updates rc5 (#209)

* Updates for rc.5

* Capitalize Angular. (#211)

* Wrote failing test.  Then made config property public for template (#212)
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the fix-test branch July 13, 2017 17:55
Blackbaud-PaulCrowder pushed a commit that referenced this pull request Jul 26, 2017
* Update angular (#189)

* Updated dependencies

* Updated skyux2 version

* Updated dependencies

* Using template branch for testing

* Reverted protractor config

* Pointing to dev branch for local testing

* Updated package json

* Using explicit types

* Updated version of skyux

* Updated dependencies

* Fixed linting errors

* Added fontfaceobserver to types

* Fixed tslint errors

* Fixed tslint errors

* Ensure that the files are not directories

* Update tests for file processor

* Update plugin-file-processor.js

* Update plugin-file-processor.spec.js

* Updated version of skyux

* Updated config

* Added specific version of firefox

* Updated tsconfig

* Updating travis version

* Updated version of firefox

* Updated directconnect

* Updated protractor

* Added firfox launcher

* Removed directConnect

* Reverting back to directConnect

* Removed firefox

* Re-added firefox

* Accepting insecure certs

* Enabled directconnect

* use chrome with chromOptions in protractor-dev.conf.js

* add sources to travis.yml

* add dist: trusty

* Removed tsconfig paths

* Update typescript-loader

* Simpler method for avoiding directories

* As ts-node option and fix e2e test

* updates for rc.0 release (#190)

* Omnibar config (#193)

* Using omnibarConfigMap for envid/svcid

* Fixing implicit any

* Fixed codelyzer path (#192)

* Fixed codelyzer path

* Added node_modules to excludes

* Readded node_modules

* Ignore public directory when generating components (#187)

* Added ignore pattern to component generator

* Component generator should ignore public folder

* Updated ignore pattern

* Plugin File Processor should not check directories (#186)

* Do not check directories

* Added nodir option

* Updated CHANGELOG.md and package.json for 1.0.0-rc.1 (#194)

* Updated template branch, bug fix for component pattern (#195)

* Updated branch to master

* Fixed bug with ignore components pattern

* Updated unit tests

* Release 1.0.0 rc.2 (#196)

* Update CHANGELOG.md

* Update package.json

* Remove extra s. (#197)

* Fixed type error, updated SKY UX (#199)

* Fixed type error

* Updated skyux

* Updated skyux

* Release 1.0.0 rc.3 (#200)

* Fixed type error

* Updated skyux

* Updated skyux

* Update package.json

* Update CHANGELOG.md

* Param functionality (#201)

* Fixed typo in OmnibarConfigMap.  Allowing querystring params to be case insensitive

* Test cleanup

* Removed unnecessary mapping functionality

* Added lint command

* Fixed `skyux test/watch` performance (#202)

* Removed tslint-loader
* Created custom sky-tslint loader

* Release 1.0.0-rc.4 (#207)

* Updated changelog, version

* Update CHANGELOG.md

* Update CHANGELOG.md

* Added to skyux builder (#204)

* Updated package dependencies (#208)

* Updated package dependencies

* Update skyux version

* use appropriate template branch

* Add hash routing option for easy mode. (#206)

* Updates rc5 (#209)

* Updates for rc.5

* Capitalize Angular. (#211)

* Wrote failing test.  Then made config property public for template (#212)

* Added skyux lint files

* Update CHANGELOG.md

* Updated unit tests

* Updated unit tests

* Fixed e2e test

* Fixed e2e tests

* Update build.js

* Added colors to logger

* Updated linter result

* Added error log after karma reporter

* Update test.js

* Added errors to linter result
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants