https://github.com/intersystems/isc-codetidy
https://github.com/intersystems/isc-codetidy
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/intersystems/isc-codetidy
- Owner: intersystems
- License: mit
- Created: 2022-03-22T20:05:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T11:19:01.000Z (over 1 year ago)
- Last Synced: 2025-03-20T12:34:27.939Z (over 1 year ago)
- Language: ObjectScript
- Size: 273 KB
- Stars: 2
- Watchers: 6
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# isc.codetidy
isc.codetidy provides server-side linting and advice to enforce and encourage reasonable ObjectScript coding standards.
## Getting Started
Note: a minimum platform version of InterSystems IRIS 2018.1 is required.
### Installation: ZPM
If you already have the [ObjectScript Package Manager](https://openexchange.intersystems.com/package/InterSystems-Package-Manager-1), installation is as easy as:
```
zpm "install isc.codetidy"
```
## [Documentation](documentation.md)
See [Documentation](documentation.md)
## Support
If you find a bug or would like to request an enhancement, [report an issue](https://github.com/intersystems/TestCoverage/issues/new). If you have a question, post it on the [InterSystems Developer Community](https://community.intersystems.com/).
## Contributing
Please read [contributing](https://github.com/intersystems/isc-codetidy/blob/main/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. Declare your dependencies using the InterSystems package manager for the appropriate level of risk.
## Authors
* **Evan Gabhart** - [isc-egabhart](http://github.com/isc-egabhart)
* **Tim Leavitt** - [isc-tleavitt](http://github.com/isc-tleavitt)
* **Sarmishta Velury** - [isc-svelury](http://github.com/isc-svelury)
* InterSystems TrakCare Development
See also the list of [contributors](https://github.com/intersystems/isc-codetidy/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/intersystems/isc-codetidy/blob/main/LICENSE) file for details.